You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
EntityFrameworkCore.Jet/test
xoniuqe b0d53d30ce
Fix DEFAULT clause for HasDefaultValueSql() (#81)
* Removed parenthesis from column default values (addresses issue #18)

* Fixed issue where the file handles were not being released after the database connection was closed.

* reverted accidentally changed file to upstream version

* Fixed issue where the file handles were not being released after the database connection was closed.

* reverted accidentally changed file to upstream version

* Add accompanying tests for PR #81.

Co-authored-by: Collin Kostichuk <collin.kostichuk@genivar.com>
Co-authored-by: Collin Kostichuk <collin.kostichuk@wsp.com>
Co-authored-by: Tobias Arens <arens@jam-software.de>
Co-authored-by: Laurents Meyer <laucomm@gmail.com>
5 years ago
..
EFCore.Jet.Data.Tests Rename System.Data.Jet to EntityFrameworkCore.Jet.Data (#75) 5 years ago
EFCore.Jet.FunctionalTests Fix DEFAULT clause for HasDefaultValueSql() (#81) 5 years ago
EFCore.Jet.IntegrationTests Cleanup solution. 5 years ago
EFCore.Jet.Tests Fix DEFAULT clause for HasDefaultValueSql() (#81) 5 years ago
JetProviderExceptionTests Rename System.Data.Jet to EntityFrameworkCore.Jet.Data (#75) 5 years ago
Directory.Build.props Improve project and CI (#68) 5 years ago
Northwind.sql Reimplement schema retrieval and scaffolding (#59) 5 years ago
xunit.runner.json Implement parallel support for ODBC and OLE DB. 6 years ago