-
Notifications
You must be signed in to change notification settings - Fork 0
Add EF Core 8 support #7
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
Conversation
…manticsQuerySingleStoreTest tests
|
|
||
| connectionString = csb.ConnectionString; | ||
| } | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why this has been deleted, was it moved somewhere?
src/EFCore.SingleStore/Extensions/SingleStoreDbContextOptionsBuilderExtensions.cs
Show resolved
Hide resolved
| public override bool ConnectionAttributes => ServerVersion.Version >= new Version(8, 1, 0); | ||
| public override bool DescendingIndexes => false; | ||
| public override bool CommonTableExpressions => false; | ||
| public override bool LimitWithinInAllAnySomeSubquery => false; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
SingleStore may differ from MySQL in these capabilities, please create a task (and refer it here) to check them later.
No description provided.