35 Commits

Author SHA1 Message Date
Matthias Kadenbach
d8dd1bc427 Merge pull request #248 from biefy/master
Solve lock contention problem when upgrading multiple logical MySQL databases backed by a single physical database.
2017-06-09 17:08:54 -07:00
Ben
39a5a37822 Fix typo forgotton => forgotten 2017-06-05 12:14:10 -04:00
Matthias Kadenbach
2aa16f5f66 Merge branch 'master' into master 2017-06-04 21:27:38 -07:00
Matthias Kadenbach
63f788f07e Merge pull request #239 from pdrosos/update-mysql-documentation-for-use-with-existing-db-client
Add documentation for use with existing MySQL client with multiStatements=true
2017-06-04 21:23:57 -07:00
Jolan Malassigne
28524d977c add cassandra driver and function to retrieve networkSettings to get port bound to 9042 2017-05-31 10:05:56 +02:00
Pavlina Drosos
b5c2f0f2bb Add code sample for use with existing MySQL client with multistatements=true 2017-05-30 18:52:26 +03:00
maxvw
8b4ce58a1d adapted the sqlite driver for v3 (#165) 2017-05-27 08:58:01 +02:00
Matthias Kadenbach
fb8698d89a Merge pull request #223 from Menta2L/master
ql database support
2017-05-16 13:09:22 -07:00
vesco
2821341551 make ExecuteQuery private 2017-05-16 12:07:40 +03:00
Fuyuan Bie
bcdbe0f018 Fix parenthesis problem. 2017-05-15 22:01:45 -07:00
Fuyuan Bie
5f2a8b7f30 Use both db name and migration table name for lock hash 2017-05-15 21:50:41 -07:00
root
4e5dc68b4e ql support 2017-05-12 11:11:16 +03:00
Jonathan Bryant
91ecd3cb6a Added support for Redshift.
* Added driver that wraps the standard PostgreSQL driver
* Added build.
* Added driver to documentation.
2017-05-11 15:47:40 -06:00
Julius Kriukas
14f784961f Fix appending multiStatements=true parameter for mysql driver 2017-04-25 22:54:16 +03:00
Matthias Kadenbach
256e8f045b Update README.md 2017-04-25 11:13:59 -07:00
Matthias Kadenbach
2e54bda0e1 Update README.md 2017-04-25 11:06:06 -07:00
Matthias Kadenbach
365b0565de Update README.md 2017-04-21 13:07:46 -07:00
Matthias Kadenbach
65d785d560 Update README.md 2017-04-21 13:02:10 -07:00
Matthias Kadenbach
fff688c019 Create README.md 2017-04-21 13:00:19 -07:00
Arkadiusz Bokowy
bc93ed027f Support for alternative postgres URI scheme
According to the PostgreSQL documentation (section 32.1.1.2), postgres
library supports two URI schemes: postgresql:// and postgres://

Reference:
https://www.postgresql.org/docs/current/static/libpq-connect.html#LIBPQ-CONNSTRING
2017-04-04 08:29:33 +02:00
Matthias Kadenbach
1f37f41ee8
remove cleanpath, fix mysql ensureVersionTable 2017-03-01 11:48:38 -08:00
Matthias Kadenbach
150ac7d708
add mysql custom TLS config
closes https://github.com/mattes/migrate/pull/117
2017-02-28 16:23:29 -08:00
Matthias Kadenbach
be1ba9204a
add mysql driver, add ENV to docker containers 2017-02-28 15:10:56 -08:00
Matthias Kadenbach
eb02bc77fb
allow to force NilVersion 2017-02-19 16:06:11 -08:00
Matthias Kadenbach
53b55288b3
bring back dirty state from v2 2017-02-19 15:15:00 -08:00
Matthias Kadenbach
d574676702
drop custom query params 2017-02-17 16:59:47 -08:00
Matthias Kadenbach
f45821581c
add multi statement test 2017-02-16 22:10:01 -08:00
Matthias Kadenbach
2031939bfc
allow postgres migrations_table config 2017-02-16 11:06:11 -08:00
Matthias Kadenbach
3feee5958a
updated postgres driver, add database.Error struct 2017-02-14 23:12:16 -08:00
Matthias Kadenbach
209c056258
add database lock timeouts in migrate and in tests 2017-02-11 19:15:54 -08:00
Matthias Kadenbach
cd6e62049c
Update documentation 2017-02-11 11:13:27 -08:00
Matthias Kadenbach
b6bd4fe02d add comments for source 2017-02-09 19:42:48 -08:00
Matthias Kadenbach
2da976155a add comments for database 2017-02-09 19:04:54 -08:00
Matthias Kadenbach
297a4227ef fixing travis 2017-02-08 01:49:57 -08:00
Matthias Kadenbach
ee384ed8cc initial version 3.0.0 preview
hard work
2017-02-07 22:01:29 -08:00