Re: Minimum version of SQL Server

2018-03-06 Thread Michael Gentry
Pluggable is definitely better. A friend kept having to jump through a few hoops to use his own PK generator with various adapters in the past. On Tue, Mar 6, 2018 at 11:53 AM, Andrus Adamchik wrote: > I wish we could decouple a choice of PK generation strategy from the > adapter. (I even thin

Re: Minimum version of SQL Server

2018-03-06 Thread Andrus Adamchik
I wish we could decouple a choice of PK generation strategy from the adapter. (I even think we have a task for this somewhere). Otherwise whatever we do with this PR is going to be an issue for someone... E.g. if we keep the old one as the default (which sounds sensible), then SQLServer2012Adapt