Releases: byjg/php-migration
Releases · byjg/php-migration
Release 5.0.0
Release 4.9.1
Release 4.9.0
What's Changed
- "psql" to "pgsql" by @runnermatthew in #43
- Bump Anydataset version with Major Changes by @byjg in #44
- registerDatabase is now Static and the protocol is part of the driver
New Contributors
- @runnermatthew made their first contribution in #43
Full Changelog: 4.2.3...4.9.0
Release 4.2.3
Fix minor errors in the Unittest and Sqlite database
Release 4.2.2
Release 4.2.1
Fix Issue #39 :
- Sqlite ignore view when resetting the database.
Release 4.2.0
Features of the new version (PR #31):
- Extract meta info @description from sql file
- Send the meta info from sql file to callableProgress
- Use docker-compose for tests
- Add tests for single-quotes
- Add sqlsvr_connect connect
Release 4.1.0
- Upgrade anydataset-db
- Added isDatabaseVersioned
Release 4.0.3
Removing byjg/uri
. That references comes from byjg/anydataset-db
and it is not necessary double reference it.
Release 4.0.2
Several improvements for Postgresql based on issue #18