Skip to content

Adds support for MySQL v5.7 and v8.0 #253

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

Merged
merged 16 commits into from
Jun 15, 2022
Merged

Conversation

alex-kulakov
Copy link
Contributor

No description provided.

Also several incompatibilities fixed:
- UNION operation was broken for some cases due to lack of round brackets so they were added, it seems to be compatible with v5.5 and v5.6;
- auto_increment value info in INFORMATION_SCHEMA happened to be different for v8.0, if no value generated it returns NULL. Since v5.7 and older versions
automatically inserts 1 as start value for just created table with auto-increment, NULLs were treated as 1. Since v5.7 and older always return value the changes
should work with them too.
# Conflicts:
#	Orm/Xtensive.Orm.MySql/Sql.Drivers.MySql/v5_0/Compiler.cs
@alex-kulakov alex-kulakov merged commit 93feb26 into master Jun 15, 2022
@alex-kulakov alex-kulakov deleted the master-new-mysql-drivers branch June 15, 2022 13:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant