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:
- 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.
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:
MSSQLServercompatibility mode.IDENTITYasauto_incrementinMSSQLServercompatibility mode.What do you think? I'll gladly create a pull request for the current version, if there would be any interest.