Nathan Collard
7817573893
Merge remote-tracking branch 'root/master'
2019-05-21 08:21:33 +01:00
Dale Hui
923901c81f
Cleanup regex usage in spanner DB driver
...
- Only compile a regex once for re-use
- Don't use regex unnecessarily (removing trailing semicolon)
- Add test for parsing multiple statements in a migration
2019-05-20 08:28:07 -07:00
nathan-c
2fbec2f760
update mssql driver module
2019-05-19 13:43:47 +01:00
nathan-c
50e972912d
Merge remote-tracking branch 'evosure/mssql'
2019-05-18 14:39:55 +01:00
Dale Hui
10e2545ceb
Update dependencies to resolve: https://github.com/golang-migrate/migrate/issues/202
2019-04-26 19:09:13 -07:00
Dale Hui
ddc72468fc
Update packages that depend on the wrong golint import path
...
Addresses: https://github.com/golang-migrate/migrate/issues/202
2019-04-09 00:31:17 -07:00
Kirill Muratov
2c9773ed89
Added Firebird support ( #191 )
...
* Added Firebird support
* Fixed typo
* Refactoring
* Schema migrations table name don't have to be upper case
* Fixed readme
* Added Firebird 2.5 support
* Removed SchemaName
* Refactoring
2019-03-21 01:51:49 -07:00
Bence Patyi
144aaaa986
Gitlab source ( #184 )
...
* New Gitlab source
* fix: use net package to build url string
* add: gitlab source to Makefile and Dockerfile
2019-03-10 18:38:23 -07:00
Dale Hui
f5c4ccff1f
Update dependencies
2019-03-01 17:45:37 -08:00
Brian Wigginton
9b551a1c10
initial mssql support
2019-02-15 16:12:57 -06:00
Tomás Senart
06c80ae2da
postgres: Use multierror.Error in ensureVersionTable
2019-01-15 11:28:49 +01:00
Dale Hui
1ca4da9a33
Run `go mod tidy`
2019-01-14 12:56:51 -08:00
Dale Hui
2feaaaddda
Update dktest from v0.2.0 to v0.3.0
...
- Update ReadyFuncs accordingly
2019-01-08 22:39:26 -08:00
Dale Hui
9870a84b99
Update Cassandra DB driver (gocql)
2019-01-08 11:25:23 -08:00
Dale Hui
809c7f0ac8
Use dktest to run docker tests
...
- Leaving migrate/testing in case there are unknown consumers
- Add migrate/dktesting package
- Update tests to use migrate/dktesting instead of migrate/testing
2019-01-08 05:11:07 -08:00
DBobrov
bcd4f6e7dd
added mongodb driver
2019-01-01 11:14:27 +03:00
Francisco Souza
6a53d7d10d
Upgrade go-sql-driver/mysql to v1.4.1
...
Fixes #139 .
2018-12-18 18:01:52 -05:00
Dale Hui
ea1928c904
Update dependencies
2018-10-15 13:26:18 -07:00
Veniamin Albaev
956441176f
github.com/docker/docker package updated to api v1.37
...
To avoid github.com/sirupsen/logrus package name case collision with go mod
2018-10-15 17:39:43 +03:00
Dale Hui
83d01b7e1c
Run `go mod tidy`
2018-10-10 16:16:23 -07:00
Dale Hui
fc2b2e9c64
Use v4 for Go module support
2018-10-10 16:16:23 -07:00
Dale Hui
107db3f407
Revert "Remove support for Go modules"
...
This reverts commit 5e96539f55
.
2018-10-10 16:15:33 -07:00
Dale Hui
5e96539f55
Remove support for Go modules
2018-10-10 13:34:03 -07:00
Dale Hui
16dea48c82
Fix module support by opting in to modules
2018-09-14 01:14:42 -07:00
Dale Hui
6f233b3b58
Update dependencies
2018-09-13 16:14:43 -07:00
Dale Hui
16f2b1736e
Support Go 1.11 and drop support for Go 1.9
...
- Support modules in Go 1.11
2018-09-04 19:11:19 -07:00