Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

eng(sqlite): update analysis_options of SqliteProvider #500

Merged
merged 5 commits into from
Dec 16, 2024

Conversation

tshedor
Copy link
Collaborator

@tshedor tshedor commented Dec 14, 2024

No description provided.

Copy link

@jit-ci jit-ci bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ Great news! Jit hasn't found any security issues in your PR. Good Job! 🏆

@@ -175,20 +182,25 @@ class QuerySqlTransformer<_Model extends SqliteModel> {
}
}

/// Inner joins
/// Inner joins; not for public use
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if it's internal only, should you use one of dart's fancy class keywords? like final?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Brick 3 still supports Dart 2.18 and up; fancy keywords weren't available until Dart 3.

That said, I really like this idea, and I'm definitely going to do it for Brick 4.

@tshedor tshedor merged commit 2dd3e11 into GetDutchie:query-v2 Dec 16, 2024
11 checks passed
@tshedor tshedor deleted the migrate-sqlite branch December 16, 2024 19:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants