Commit Graph

545 Commits (203277344b32c3451de63ed90c8598fb2260a951)

Author SHA1 Message Date
Songmu 83d8342ad2 Merge branch 'master' into tls 2020-04-12 01:21:24 +09:00
Vojtech Vitek 5d8339c4a6
Merge pull request #181 from Songmu/env-dsn
support environment variable GOOSE_DRIVER and GOOSE_DBSTRING
2020-04-11 18:19:59 +02:00
Songmu a5db7de44c using registerTLSConfig for MySQL only 2020-04-12 01:08:15 +09:00
Songmu 80f5bc709b rename option var name to certfile from sslCA 2020-04-12 00:46:58 +09:00
Vojtech Vitek 89caaf7829
Merge pull request #192 from msdinit/examples/close-db-connection
Close DB connection after migration is complete
2020-04-11 17:38:21 +02:00
Vojtech Vitek 2d75328550
Merge pull request #196 from caseycs/add-table-flag
allow to specify migrations table
2020-04-11 17:24:40 +02:00
Vojtech Vitek 33602bcbcb
Merge pull request #202 from KeiichiHirobe/fix-misleading-code
Fix misleading code/comment
2020-04-11 17:22:17 +02:00
Huy Nguyen 3e080edad3 add clickhouse driver 2020-04-11 00:52:35 +07:00
Huy Nguyen 954940e3ab add clickhouse support 2020-04-11 00:51:35 +07:00
Keiichi Hirobe 8b1f056e11 delete unused value:duplicateCheckOnce 2020-02-17 01:30:30 +09:00
Keiichi Hirobe ff01d6bdb6 Glob not support **. Change from ** to * to avoid confusion 2020-02-17 01:27:37 +09:00
Keiichi Hirobe 7218a8d9f2 fix comment of Migration.Source 2020-02-17 01:20:08 +09:00
Ilia Kondrashov f3abc85fac allow to specify migrations table 2019-12-14 19:44:40 +02:00
Oleksandr Muliar 790299c962 Use terser syntax 2019-11-08 16:38:31 +02:00
Oleksandr Muliar 2178cbe600 Close DB connection in main func as well 2019-11-08 13:37:06 +02:00
Oleksandr Muliar 6b904ddb6d Gracefully close DB connection after migration is complete 2019-11-08 13:34:57 +02:00
Vojtech Vitek e42e49944b
Merge pull request #182 from adampie/master
Fixing broken link in README
2019-08-29 18:25:12 +02:00
Adam Pietrzycki a67bdd09fb
Update README.md 2019-06-22 13:06:08 +01:00
Adam Pietrzycki 2669aa5968
Fixing broken link in README 2019-06-22 13:04:01 +01:00
Songmu ce9abe49f6 support environment variable GOOSE_DRIVER and GOOSE_DBSTRING 2019-06-21 12:00:17 +09:00
Songmu 521de29112 automatically set TLS config value to DSN when using TLS on mysql 2019-06-21 10:36:01 +09:00
Songmu cf288525b2 tls support on mysql by using CA's pem 2019-06-20 15:18:52 +09:00
Vojtech Vitek 940412f732
Merge pull request #175 from m0ar/add-up-by-one-to-docs
Add up-by-one to documentation
2019-05-29 10:08:46 -04:00
Vojtech Vitek fe7f25d92f
Merge pull request #174 from dmitrypich/hotfix/nil-pointer-panic-with-ro-db
fixing panic when a transaction can't be opened
2019-05-29 10:07:26 -04:00
Vojtech Vitek d5539461e5
Merge pull request #173 from bandlab/pressly
Fixed driver initialisation for MSSQL
2019-05-29 08:05:51 -04:00
Edvard 5975eda15e Add up-by-one to documentation 2019-05-28 11:22:27 +02:00
Pichugin Dmitry cfa2c3979d fixing panic when a transaction can't be open
Signed-off-by: Pichugin Dmitry <pichugin.dmitry.v@gmail.com>
2019-05-26 09:53:19 +03:00
Aleksei Maslov a8f409041d fixed driver initialisation for mssql. 2019-05-24 14:44:43 +08:00
Vojtech Vitek 799fcfb84b
Merge pull request #169 from bandlab/pressly
Added support for MSSQL
2019-05-23 11:43:17 -04:00
Aleksei Maslov e82c3253ff rolled back travis setup. 2019-05-15 14:07:35 +08:00
Aleksei Maslov dca1c8fb19 vendor mssql dependencies. 2019-05-15 13:56:54 +08:00
Aleksei Maslov 6896ffb1dd renamed sqlserver to mssql. 2019-05-15 13:25:09 +08:00
Vojtech Vitek c35094e758
Merge pull request #171 from nesv/158-fix-sql-parser
Fix SQL parser regression
2019-05-03 16:56:32 -04:00
Nick Saika a479445a71 sql_parser: revert to previous up/down state...
...after a "+goose StatementEnd" line is encountered, if we are in a
statement block.
2019-04-30 12:58:53 -04:00
Aleksei Maslov e11a96e0db prepared PR to pressly 2019-04-16 10:15:47 +08:00
Aleksei Maslov ea2101beb3 added mssql support. 2019-04-12 17:25:30 +08:00
Vojtech Vitek a0b467f624
Merge pull request #167 from yoshiya0503/master
Fix README (add reset command)
2019-03-28 13:04:41 -04:00
yoshiya0503 dcdfaa3d34 fix README (add reset command) 2019-03-28 16:52:47 +09:00
Vojtech Vitek fe8fceca21
Merge pull request #162 from detailyang/patch-1
typo:log: standart => standard
2019-03-18 11:39:39 -04:00
detailyang ff2e062d3f
typo:log: standart => standard 2019-03-18 11:26:19 +08:00
Vojtech Vitek ca10e1901a Bump to v2.7.0-rc3 2019-03-06 01:41:15 -05:00
Vojtech Vitek f6dca2b18a
Merge pull request #157 from pressly/remove_goose_pkg_deps
Remove goose pkg deps
2019-03-06 01:36:30 -05:00
Vojtech Vitek 64cf477c97 Simplify custom custom binary in examples; Remove duplicated code
Fixes #98
2019-03-06 01:30:23 -05:00
Vojtech Vitek 5cd6f8c9d0 Make this all work 2019-03-06 01:20:06 -05:00
Vojtech Vitek 0cdcc45122 Move the MySQL normalize DNS function dependency to cmd/ 2019-03-06 01:06:31 -05:00
Vojtech Vitek f8632df590 There's no need to test upstream function 2019-03-06 01:03:25 -05:00
Vojtech Vitek d42f235ac6 Bump version to v2.7.0-rc2 2019-03-06 00:31:12 -05:00
Vojtech Vitek 30b6a50e01
Merge pull request #156 from pressly/merge_102
Try to merge #102
2019-03-06 00:18:18 -05:00
Vojtech Vitek 144142af9d Fix Redshift dialect #146 2019-03-06 00:14:39 -05:00
Vojtech Vitek 4ce5fb9cf2 Move things around for readability 2019-03-06 00:14:13 -05:00