I've considered it a "hack" at the time, but it seems that more people have similar requirements. I would like to propose adding the following to the official release:
Discarding "table hints" in MSSQLServer compatibility mode.
Treating IDENTITY as auto_increment in MSSQLServer compatibility mode.
What do you think? I'll gladly create a pull request for the current version, if there would be any interest.
The text was updated successfully, but these errors were encountered:
A while back, I've implemented some changes, that extended SQL Server compatibility mode for my integration testing purposes.
I've considered it a "hack" at the time, but it seems that more people have similar requirements. I would like to propose adding the following to the official release:
MSSQLServer
compatibility mode.IDENTITY
asauto_increment
inMSSQLServer
compatibility mode.What do you think? I'll gladly create a pull request for the current version, if there would be any interest.
The text was updated successfully, but these errors were encountered: