Releases: martinjw/dbschemareader
Releases · martinjw/dbschemareader
2.19.0.0
2.18.0.0
2.17.0.0
2.16.0.0
What's Changed
- Fixed some bugs reading PostgreSQL constraints by @doverhill in #201
- Fixed fetch of column name of desc index on Oracle. by @bojanpikl in #202
New Contributors
- @doverhill made their first contribution in #201
- @bojanpikl made their first contribution in #202
Full Changelog: 2.15.0.0...2.16.0.0
2.15.0.0
- #200 Postgresql with ora2pg - missing info_schema (thanks @PatriceDargenton)
- #199 Sql Server sqlgen - CREATE TRIGGER adding GO (thanks @FernandoCorek)
- #198 PostgreSql sql gen with triggers (thanks @Arnagos)
- #197 PostgreSql sql gen drop triggers ( thanks @Arnagos)
- #196 PostgreSql triggers getting full body ( thanks @Arnagos)
- #195 PostgreSql + SqlServer precision and scale for floating point numbers- refer to PrecisionRadix ( thanks @Arnagos)
Full Changelog: 2.14.0.0...2.15.0.0
2.14.0.0
2.13.0.1
2.13.0.0
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