Tags: dbsrgits/sql-translator
Tags
release v1.64 * support EXCLUDE constraints in Postgres (thansk @KES777) * Improve enums in the PostgrSQL family (thanks @nrdvana) * Add index length options for MySQL (thanks @abeverley) * you can pass fields for an index now as { name => $name, prefix_length => 9001 } FIXES * fix spurious on_update/on_delete in diffs (thanks @nrdvana) * CI improvements (thanks @eserte) * AUTOINCREMENT is now correctly parsed for SQLite (thanks @nrdvana)
release v1.63 * sqlt-diff: Change producer_args to sqlt_args for better self-documentation NOTE - using producer_args will now throw a deprecation warning FEATURES * A lot of new functionality for the Oracle producer (thanks @hazardv) * Support DB commments in the following producers: PG, JSON, YAML. Also in the sqlite parser (thanks @djerius) * Support INCLUDE on indices for Pg (producer + parser) * Postgres producer now supports materialized views via $extra->{materialized} FIXES * Postgres producer genrates correct constraint names for schema-namespaced tables * Postgres DBI parser now returns scalarref SQL instead of strings for defaults (thanks @nrdvana) * Postgres producer drops NOT NULL constraints more correctly (thanks @uehara-delta) * binaries now have their perl set by EUMM (thanks @toddr)
release v1.59_01 * Add support for parsing PostgreSQL dollar-quoted strings * Add support for materialized views in Oracle producer * switched JSON backend from JSON.pm to JSON::MaybeXS * Port Makefile.PL from Module::Install to Distar * Synchronise the version number across all modules
PreviousNext