Hi all, Need your advice. We have PR[1] that offers PK generator for SQL Server, based on sequences with optional usage of NEWID() function for char PKs. The catch is that min version of SQLServer that supports this is 2012.
So my question is: can we upgrade default cayenne support to that version and create some SQLServerLegacyAdapter, or new one better be moved to some SQLServer2012Adapter while keeping current version as default? Or maybe we can just switch to new version without keeping legacy support? [1] https://github.com/apache/cayenne/pull/277 -- Best regards, Nikita Timofeev