MikeGriffinReborn / EntitySpaces

EntitySpaces - A Fluent SQL library for .NET
24 stars 20 forks source link

Issue #17: EntitySpaces Studio Connection reverts to Northwind when you save project #19

Open mattphi opened 4 years ago

mattphi commented 4 years ago

The problem was that when the version number in the project/settings file is 2019, the code tries to upgrade from 2010 to 2012 when the file is loaded. I've made it so that this won't happen.