Releases: martinjw/dbschemareader
Releases · martinjw/dbschemareader
2.12.0.0
What's Changed
- Migrations: Specify the name of the NOT NULL constraint in the ADD column- uses Check Constraints with expression 'column IS NOT NULL' whch is the db automatically creates (#193 )
- Oracle: Specify the size of text fields by @PatriceDargenton in #188
Full Changelog: 2.11.0.0...2.12.0.0
2.11.0.0
What's Changed
- Add an InclusionPrefixFilter for filtering reads
- #180 codegen naming of fk collections
- #179 sqlgen Sqlite add Drop Table if exists
- A table can have multiple constraints on the same related table by @PatriceDargenton in #184
New Contributors
- @PatriceDargenton made their first contribution in #184
Full Changelog: 2.10.1.0...2.11.0.0
2.10.1.10
2.10.1.0
2.10.0.0
2.9.1.0
2.9.0.0
- Add extension methods to tables etc to generate sql (select/create table...). Docs: https://github.com/martinjw/dbschemareader/wiki/SQL-Generation/#tosql-extensions
Full Changelog: 2.8.2.3...2.9.0.0
2.8.2.3
- fix mysql bool type by @tonyliving in #164
- add readme
- SqlServerMigrationGenerator.FindDefaultConstraint uses the new column name to drop constraints of the old column #166
- #168 DdlGenerator adds a UseGranularBatching bool- for SqlServer adds GO between every statement (instead of ;)
Full Changelog: 2.8.2.2...2.8.2.3
2.8.2.2
2.8.2.1
- fix mysql bool type by @tonyliving in #164
- add readme
- SqlServerMigrationGenerator.FindDefaultConstraint uses the new column name to drop constraints of the old column #166
Full Changelog: 2.8.2.0...2.8.2.1