Releases: obsidiansystems/beam-automigrate
Releases · obsidiansystems/beam-automigrate
v0.1.7.0
v0.1.6.0
v0.1.5.0
What's Changed
- v0.1.4.0 by @ali-abrar in #53
- Add ltree column type by @ali-abrar in #54
- Fix instance HasSchemaConstraints a build failure with GHC 9.2.8 by @enobayram in #57
- Add vector column type by @dalaing in #56
New Contributors
- @enobayram made their first contribution in #57
- @dalaing made their first contribution in #56
Full Changelog: v0.1.4.0...v0.1.5.0
v0.1.4.0
v0.1.3.0
0.1.3.0
- #47: Generate postgres enum types in schema when using
Nullable PgEnumvalues. - Add
showMigration - Extend allowable version bounds for aeson, base, dlist, pretty-simple, and splitmix
- Add support for postgres' oid column type
- Add
calcMigrationStepsfunction to compute theDiffthat will be performed by a migration without altering the database. - Support GHC 9.0.2
- Fix an issue where names starting with an upper case letter and containing no other characters requiring escaping would not be properly escaped
v0.1.2.0
0.1.2.0
- Escape sql identifiers that are on the postgres reserved keywords list
v0.1.1.0
0.1.1.0
- Escape sql identifiers only when required by the postgres syntax rules