Skip to content

Tags: quado-developer/migrate

Tags

v4.7.1

Toggle v4.7.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request golang-migrate#305 from bxcodec/fixClickHouse

hotfix(dependency): resolve clickhouse dependency breaking changes

v4.7.0

Toggle v4.7.0's commit message
Add official support for firebird back

v4.6.2

Toggle v4.6.2's commit message
Improve error message in case no migration is found (golang-migrate#158)

* Improve error message in case no migration is found

* Return similar error

* Just log the error

* Fix error message

v4.6.1

Toggle v4.6.1's commit message
Properly filter out custom query params in MySQL DB driver

Addresses: golang-migrate#272

v4.6.0

Toggle v4.6.0's commit message
Let database.Open() use schemeFromURL as well (golang-migrate#271)

* Let database.Open() use schemeFromURL as well

Otherwise it will fail on MySQL DSNs.

Moved schemeFromURL into the database package. Also removed databaseSchemeFromURL
and sourceSchemeFromURL as they were just calling schemeFromURL.

Fixes golang-migrate#265 (comment)

* Moved url functions into internal/url

Also merged the test cases.

* Add some database tests to improve coverage

* Fix suggestions

v4.5.0

Toggle v4.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update migration docs

Correct and clarify information around empty migrations
Addresses: golang-migrate#244

v4.4.0

Toggle v4.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request golang-migrate#227 from zhevron/mssql-params

Fix incorrect syntax errors for MSSQL driver

v4.3.1

Toggle v4.3.1's commit message
Update dependencies to resolve: golang-migrate#202

v4.3.0

Toggle v4.3.0's commit message
Update packages that depend on the wrong golint import path

Addresses: golang-migrate#202

v4.2.5

Toggle v4.2.5's commit message
Use alpine 3.9 for building Docker images