EntitySpaces icon indicating copy to clipboard operation
EntitySpaces copied to clipboard

EntitySpaces - A Fluent SQL library for .NET

Results 27 EntitySpaces issues
Sort by recently updated
recently updated
newest added

When I create a new proyect and add themplates, generated code and save the project all works ok BUT, when I open the previously created project file, I get this...

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...

I'm using v2019.1.1218.0 On the second time I save a project, the connection string reverts to this - `Provider=SQLOLEDB.1;Password=;User ID=sa;Persist Security Info=True;Initial Catalog=Northwind;Data Source=localhost` To reproduce - 1. Launch EntitySpaces...

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.2 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

Back then before the ES assemby for each provider merged as EntitySpaces.ORM.SqlServer, or EntitySpaces.ORM.MySql, I could use both database in single project, but now when i install both EntitySpaces.ORM.SqlServer and...

Hi, As a long time user of EntitySpaces 2012, I've just yesterday found out that there is a new version available since 2019/2020 and I was very pleased to see...

This issue is happening with the AutoIncrement column. The problem was new record is getting saved to DB and the object doesn't have a primary key set after a successful...

Errors while trying to build the solution. The type or namespace name 'IOverClause' could not be found (are you missing a using directive or an assembly reference?) EntitySpaces.ORM.PostgreSQL (net451), EntitySpaces.ORM.PostgreSQL...

Dear @MikeGriffinReborn , I have table like this: ![image](https://user-images.githubusercontent.com/54459455/101981584-a116ec00-3ca0-11eb-9cbb-914673611d21.png) Can you add a feature to query all childs of a parent column by using EntitySpaces? Thank you in advance, Regards,