You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is the error when running the Update-Database
"You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'IF OBJEC_TID('Enum_TableName', 'U') IS NULL CREATE TABLE [Enum_TableName' at line 1"
* Implements complex type handling. (#17)
* Implements handling of renamed properties/columns (more likely in complex types). (#19)
* Significant refactoring and cleanup.
* Fully test-driven development, with coverage of all the newly supported variations.
* Preparation for handling multiple RDBMSs by factoring out adding interface to db handling (#16)
issue #16fixes#17fixes#19
I'm using MariaDB with EF6.
This is the error when running the Update-Database
"You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'IF OBJEC_TID('Enum_TableName', 'U') IS NULL CREATE TABLE [Enum_TableName' at line 1"
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: