Johnny Bergström
|
84ea5f6842
|
Update Cassandra authors
Adding myself :)
|
2014-11-17 12:56:51 +01:00 |
|
Johnny Bergström
|
5f1ca5dadc
|
Multiple statements per migration file
Makes it possible to run several queries in each file.
|
2014-11-17 11:54:21 +01:00 |
|
Johnny Bergström
|
d5f5eb65a6
|
Refactor version tracking
Make sure to rollback the version number in case we couldn't apply the changes.
Some deduplication of code.
|
2014-11-17 11:42:19 +01:00 |
|
Matthias Kadenbach
|
7ae5048cb3
|
Merge pull request #19 from balboah/master
Fix typo in printing migrations path
|
2014-11-05 12:12:51 -08:00 |
|
Johnny Bergström
|
357fbc15d9
|
Fix typo in printing migrations path
We want to print the value pointed to, not the pointer.
|
2014-11-05 12:19:22 +01:00 |
|
mattes
|
c1f0a1a044
|
fix mysql
|
2014-10-17 11:50:39 -07:00 |
|
mattes
|
5b6715333f
|
fix mysql tests
|
2014-10-17 11:39:01 -07:00 |
|
mattes
|
7b1a07fa97
|
mysql scheme fix
|
2014-10-17 11:34:43 -07:00 |
|
mattes
|
bbc885c280
|
update to version 1.2.0
v1.2.0
|
2014-10-11 01:39:08 +02:00 |
|
mattes
|
cb9cddce8e
|
remove scheme mysql:// prefix in sql.Open
|
2014-10-11 01:37:00 +02:00 |
|
mattes
|
95068e6a03
|
Update Readme
|
2014-10-11 01:32:26 +02:00 |
|
mattes
|
664bce394b
|
Update Readme
|
2014-10-11 01:31:38 +02:00 |
|
mattes
|
d6eb6c4959
|
Update Readme
|
2014-10-11 01:29:01 +02:00 |
|
mattes
|
e34a5d7a03
|
Update Readme
|
2014-10-11 01:27:58 +02:00 |
|
mattes
|
8d261405e0
|
oups, forgot to remove char again
|
2014-10-11 01:22:16 +02:00 |
|
mattes
|
24dff377cc
|
fix mysql tests
|
2014-10-11 01:22:16 +02:00 |
|
mattes
|
ff8020a6a6
|
fix wrong string
|
2014-10-11 01:22:16 +02:00 |
|
mattes
|
cc23e29eef
|
split sql statements by ;
|
2014-10-11 01:22:15 +02:00 |
|
mattes
|
2faaebc76a
|
experimental implementation
|
2014-10-11 01:22:15 +02:00 |
|
mattes
|
8496f2a8a2
|
initial
|
2014-10-11 01:22:15 +02:00 |
|
mattes
|
e5ce91ef84
|
Update Readme
|
2014-10-07 11:32:33 +02:00 |
|
mattes
|
ce6fbbea7c
|
Update Readme
|
2014-10-04 09:48:56 +02:00 |
|
mattes
|
805b8413d6
|
fix typo
|
2014-10-04 09:46:29 +02:00 |
|
Matthias Kadenbach
|
e89512949c
|
Merge pull request #14 from vkonstantin/feature/migrateTo
Add goto command
|
2014-10-04 09:44:10 +02:00 |
|
Matthias Kadenbach
|
5342ee5a3c
|
Merge pull request #15 from vkonstantin/feature/pg_version
Return one row with last version from postgres
|
2014-10-04 09:43:06 +02:00 |
|
fronik
|
a0afdc3038
|
Return one row with last version from postgres
|
2014-09-30 20:53:49 +04:00 |
|
fronik
|
9ba9fe85e6
|
Add "goto" command
|
2014-09-30 20:46:12 +04:00 |
|
mattes
|
b4a84d29ff
|
remove authors from main readme for better readability
|
2014-09-16 18:06:25 +02:00 |
|
mattes
|
c8a4eeed99
|
add me as author to postgres driver
|
2014-09-16 18:05:11 +02:00 |
|
mattes
|
60db19971e
|
Update Readme
|
2014-08-27 11:52:37 +02:00 |
|
mattes
|
0593bd037e
|
Update Readme
|
2014-08-27 11:30:42 +02:00 |
|
mattes
|
d7b331539b
|
Update Readme
|
2014-08-27 11:27:47 +02:00 |
|
mattes
|
ef1cdd697b
|
Update Readme
|
2014-08-27 11:27:16 +02:00 |
|
mattes
|
53ee5dca38
|
update readme and add new readme to cassandra driver
|
2014-08-27 11:25:42 +02:00 |
|
Matthias Kadenbach
|
303d40c992
|
Merge pull request #10 from dinedal/feature/add_cassandra_driver
Allows for migrations to take place against cassandra
|
2014-08-27 11:21:09 +02:00 |
|
Paul Bergeron
|
cad776681e
|
Remove extraneous error handle
|
2014-08-26 20:26:46 -07:00 |
|
Paul Bergeron
|
988db1b4de
|
Only set inital version if there is an error on getting it the first time
|
2014-08-26 20:24:42 -07:00 |
|
Paul Bergeron
|
a191c8bf36
|
Fix issue where version wouldn't correctly populate
|
2014-08-26 20:19:51 -07:00 |
|
Paul Bergeron
|
28f6567fa0
|
Add cassandra to travis
|
2014-08-26 20:00:00 -07:00 |
|
Paul Bergeron
|
c7e6d54365
|
Use counter for migration version information instead of rows
|
2014-08-26 19:43:58 -07:00 |
|
Paul Bergeron
|
ca8cd2c56b
|
Fix import paths to reflect upstream
|
2014-08-26 18:48:46 -07:00 |
|
Paul Bergeron
|
dac7100cf3
|
Add support for Cassandra to migration drivers
|
2014-08-26 18:46:41 -07:00 |
|
mattes
|
0cc80701a7
|
add Close() func #7
|
2014-08-25 17:44:45 +02:00 |
|
mattes
|
c4c955d345
|
add version file and --version arg to CLI
|
2014-08-25 16:59:02 +02:00 |
|
mattes
|
37422d109d
|
get rid of backticks
|
2014-08-25 16:49:25 +02:00 |
|
Matthias Kadenbach
|
5202bf028b
|
Merge pull request #6 from justinas/patch-1
Use raw string literal syntax
|
2014-08-15 20:16:13 +02:00 |
|
Justinas Stankevičius
|
360c0bb755
|
One newline too many
|
2014-08-15 20:40:57 +03:00 |
|
Justinas Stankevičius
|
5f2bd78693
|
Use raw string literal syntax
Gets rid of those pesky backslashes.
|
2014-08-15 20:40:00 +03:00 |
|
mattes
|
6dafba9632
|
Update Readme
|
2014-08-15 13:51:04 +02:00 |
|
mattes
|
26d85ee1f6
|
Update Readme
|
2014-08-15 02:35:23 +02:00 |
|