Sign in
chromium
/
external
/
github.com
/
mattes
/
migrate
/
HEAD
4768a64
Update README.md
by Matthias Kadenbach
· 7 years ago
master
fabb5cb
migrate has a new home
by Matthias Kadenbach
· 7 years ago
d23f71b
Merge pull request #305 from zikes/master
by Matthias Kadenbach
· 8 years ago
c156f5f
replace TRUNCATE with DELETE FROM to avoid schema changes within transaction
by Jason Hutchinson
· 8 years ago
69472d5
Merge pull request #301 from shaneodonnell/master
by Matthias Kadenbach
· 8 years ago
4ac3ee9
Removed '(always included)'
by Shane O'Donnell
· 8 years ago
5b98c13
Merge pull request #281 from ashoda/support_multiple_statements
by Matthias Kadenbach
· 8 years ago
28cb030
Add support for multiple DDL/SQL statements in one migration file
by Ashod Ayanyan
· 8 years ago
be1b075
add go 1.9 for tests
by Matthias Kadenbach
· 8 years ago
62cddb9
Merge pull request #278 from JensRantil/cassandra-auth
by Matthias Kadenbach
· 8 years ago
eabba5b
Merge pull request #277 from JensRantil/cleanup
by Matthias Kadenbach
· 8 years ago
a5e584c
feat(cassandra): support for user/pw authentication
by Jens Rantil
· 8 years ago
d25732a
sty: avoid unnecessary parenthesis
by Jens Rantil
· 8 years ago
701bd68
style(cassandra): whitespace fixes
by Jens Rantil
· 8 years ago
51acd3f
style: order imports lexicographically
by Jens Rantil
· 8 years ago
804f9c2
Merge pull request #273 from maknahar/master
by Matthias Kadenbach
· 8 years ago
81c0a17
Fixed a couple of typos
by maknahar
· 8 years ago
2570d58
Merge pull request #272 from twrobel3/bugfix/cockroachTxnSig
by Matthias Kadenbach
· 8 years ago
2c0f4f5
Update cockroachDB Txn signatures
by Taylor Wrobel
· 8 years ago
8b5365e
Merge pull request #267 from nicolas33/FAQ-extension
by Matthias Kadenbach
· 8 years ago
d837bcc
FAQ: add required extension
by Nicolas Sebrecht
· 8 years ago
bfe5026
FAQ: update format from dos to unix
by Nicolas Sebrecht
· 8 years ago
6632d11
Merge pull request #264 from twrobel3/feature/migrations-readme
by Matthias Kadenbach
· 8 years ago
341c35b
Fill out MIGRATIONS.md with migration format and best practice notes
by Taylor Wrobel
· 8 years ago
8e6084b
Merge pull request #263 from twrobel3/feature/crdb-readme
by Matthias Kadenbach
· 8 years ago
40a4061
Add cockroachdb README and add ForceLock functionality
by Taylor Wrobel
· 8 years ago
23a2745
fix spanner ensure migration table
by Watanabe Masaru
· 8 years ago
88c6a0a
Merge pull request #253 from kshvakov/master
by Matthias Kadenbach
· 8 years ago
1f62e3f
Merge branch 'master' into master
by Kirill Shvakov
· 8 years ago
8424e94
remove deprecated group from Travis file
by Kirill Shvakov
· 8 years ago
66a0448
Merge pull request #255 from twrobel3/feature/cockroachdb
by Matthias Kadenbach
· 8 years ago
2cab359
Remove debugging output from cockroachDB tests
by Taylor Wrobel
· 8 years ago
aebc0c3
Merge port mapping helper functions into one
by Taylor Wrobel
· 8 years ago
c2925c4
Add tests for CockroachDB
by Taylor Wrobel
· 8 years ago
88115de
Support running docker with commands and handling multiple exposed ports
by Taylor Wrobel
· 8 years ago
1d8a881
Add CockroachDB Support
by Taylor Wrobel
· 8 years ago
8439d71
Merge pull request #262 from twrobel3/feature/fixTravisBuild
by Matthias Kadenbach
· 8 years ago
f0f8b2c
Merge pull request #260 from martin-magakian/patch-1
by Matthias Kadenbach
· 8 years ago
35af42a
Update README.md
by Martin Magakian
· 8 years ago
56a5652
Update README.md
by Martin Magakian
· 8 years ago
1485e56
Update README.md
by Martin Magakian
· 8 years ago
180c577
Update README.md
by Martin Magakian
· 8 years ago
2361a7a
Update README.md
by Martin Magakian
· 8 years ago
4f9422e
Update docker dependency version to fix Tavis builds
by Taylor Wrobel
· 8 years ago
9d17987
Travis CI: using the previous Ubuntu Trusty images (https://blog.travis-ci.com/2017-06-21-trusty-updates-2017-Q2-launch)
by kshvakov
· 8 years ago
94056e5
postgres: fix SetVersion. All requests were executed in different connections so commit/rollback doesn't work correctly
by kshvakov
· 8 years ago
8cd9761
fix: set current database
by Kirill Shvakov
· 8 years ago
e86f4a2
change include path from github.com/kshvakov to github.com/mattes
by kshvakov
· 8 years ago
9341404
move ensureVersionTable to init
by kshvakov
· 8 years ago
b031b22
Add WithInstance
by kshvakov
· 8 years ago
1440a07
Add WithInstance
by kshvakov
· 8 years ago
14636b7
Add ClickHouse driver
by kshvakov
· 8 years ago
da4160c
Merge pull request #251 from christianklotz/spanner-driver
by Matthias Kadenbach
· 8 years ago
eccc3a2
Skip test if SPANNER_DATABASE isn’t set
by Christian Klotz
· 8 years ago
51afccc
Merge branch 'master' into spanner-driver
by Christian Klotz
· 8 years ago
8f7d3ef
add create command to cli
by Stephanie Ng
· 8 years ago
13a818e
Fix typo forgotton => forgotten
by Ben
· 8 years ago
5e049b9
enable cgo
by Matthias Kadenbach
· 8 years ago
33d5038
adapted the sqlite driver for v3 (#165)
by maxvw
· 8 years ago
39bb762
Fix parenthesis problem.
by Fuyuan Bie
· 8 years ago
9632882
Use both db name and migration table name for lock hash
by Fuyuan Bie
· 8 years ago
8035982
Add basic Google Spanner test
by Christian Klotz
· 8 years ago
5006887
Merge pull request #249 from recurza/master
by Matthias Kadenbach
· 8 years ago
9a19439
add create command to cli
by Stephanie Ng
· 8 years ago
d8dd1bc
Merge pull request #248 from biefy/master
by Matthias Kadenbach
· 8 years ago
c1134be
Merge pull request #242 from benmoss/master
by Matthias Kadenbach
· 8 years ago
2aab339
Merge pull request #243 from mattes/mattes-patch-1
by Matthias Kadenbach
· 8 years ago
39a5a37
Fix typo forgotton => forgotten
by Ben
· 8 years ago
8987996
add cassandra driver and function to retrieve networkSettings to get port bound to 9042
by Jolan Malassigne
· 8 years ago
6ecd671
Add code sample for use with existing MySQL client with multistatements=true
by Pavlina Drosos
· 8 years ago
2f50c9c
added file cli/build_sqlite3.go
by Max
· 8 years ago
386ce00
adapted the sqlite driver for v3 (#165)
by maxvw
· 8 years ago
3d6c788
Add example migrations
by Christian Klotz
· 8 years ago
a9bcd83
enable cgo
by Matthias Kadenbach
· 8 years ago
bf3f0f1
Merge pull request #240 from tinysquare/master
by Matthias Kadenbach
· 8 years ago
2aa16f5
Merge branch 'master' into master
by Matthias Kadenbach
· 8 years ago
63f788f
Merge pull request #239 from pdrosos/update-mysql-documentation-for-use-with-existing-db-client
by Matthias Kadenbach
· 8 years ago
c3d6185
Merge pull request #238 from maxvw/v3-sqlite
by Matthias Kadenbach
· 8 years ago
2742b9c
Provide WithInstance method
by Christian Klotz
· 8 years ago
748ae8f
Add Spanner driver
by Christian Klotz
· 8 years ago
28524d9
add cassandra driver and function to retrieve networkSettings to get port bound to 9042
by Jolan Malassigne
· 8 years ago
b5c2f0f
Add code sample for use with existing MySQL client with multistatements=true
by Pavlina Drosos
· 8 years ago
decee4a
added file cli/build_sqlite3.go
by Max
· 8 years ago
8b4ce58
adapted the sqlite driver for v3 (#165)
by maxvw
· 8 years ago
3682bcf
Update README.md
by Matthias Kadenbach
· 8 years ago
857dc4b
Update README.md
by Matthias Kadenbach
· 8 years ago
247ca90
Merge pull request #234 from augustzf/master
by Matthias Kadenbach
· 8 years ago
00b22e5
one line
by Matthias Kadenbach
· 8 years ago
83035ec
Add command to make CLI example with Go toolchain work
by August Z. Flatby
· 8 years ago
035c077
Merge pull request #231 from mattes/cli-updates
by Matthias Kadenbach
· 8 years ago
v3.0.1
0d9689a
go get update
by Matthias Kadenbach
· 8 years ago
cli-updates
e696a86
fix makefile
by Matthias Kadenbach
· 8 years ago
801e84d
fix make deps
by Matthias Kadenbach
· 8 years ago
ff7e060
remove ql
by Matthias Kadenbach
· 8 years ago
d4d2034
build cli with all source and database drivers
by Matthias Kadenbach
· 8 years ago
1b48b97
Update README.md
by Matthias Kadenbach
· 8 years ago
d1e665b
Merge pull request #227 from fsouza/gcs-source
by Matthias Kadenbach
· 8 years ago
dc109fc
Merge pull request #228 from fsouza/s3-source
by Matthias Kadenbach
· 8 years ago
fb8698d
Merge pull request #223 from Menta2L/master
by Matthias Kadenbach
· 8 years ago
2821341
make ExecuteQuery private
by vesco
· 8 years ago
Next »