EntityFrameworkCore.Jet
EntityFrameworkCore.Jet copied to clipboard
Entity Framework Core provider for Access database
The connection pool always creates a new connection if the connection string looks like the following: `b.UseJet(“Driver={Microsoft Access Driver (*.mdb, *.accdb)};extendedansisql=1;Jet OLEDB: Flush Transaction Timeout=0;dbq=” + dbPath); ` This works...
Bit of a cleanup of the code style - Added .editorconfig so that any instance in VS uses the same style suggestions - Updated strings to raw string literals where...
I saw a beta is out. Any ETA on the official release?
Trying to use MaxLocksPerFile in the ConnectionString fails. Tried this 2 variants: var connectionString = "Provider=Microsoft.ACE.OLEDB.12.0;Data Source=YourDatabase.accdb;Extended Properties='MaxLocksPerFile=100000'"; Or var connectionString = "Provider=Microsoft.ACE.OLEDB.12.0;Data Source=YourDatabase.accdb;Jet OLEDB:MaxLocksPerFile=100000'";
I have an Access database with duplicate fields in the `HappenedOn` column that I wish to order by in my LINQ queries. When it is sorted descending (as shown in...
Tests are getting very flaky in the FunctionalTests Tests are turning up with some out of memory exceptions - some runs get 1200 errors, others get less than 10 so...
Add support for LinqPad? https://www.linqpad.net/Extensibility.aspx