Commit Graph

15 Commits

Author SHA1 Message Date
John Weldon 07fedf8445 Add some docstring explanation to makeFiles 2015-09-14 16:41:19 -07:00
John Weldon ca48601396 Proposed fix for #45
This is the bare minimum proposed fix for #45

By using a nested map the way I do in this PR we could also simplify the
logic further down where we look for matching direction.Up or
direction.Down migrations.
2015-09-05 17:48:33 -07:00
John Weldon c7bacb831b Test to demonstrate issue #45
Added a unit test to demonstrate the problem in issue #45

The introduced makeFiles() function could be used to simplify the other
tests too, but I didn't touch more than necessary for this commit.
2015-09-05 17:46:58 -07: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 cb82ec44c0 update tests 2014-08-13 16:58:08 +02:00
mattes 6e62386b51 update comments 2014-08-13 03:49:49 +02:00
mattes cb57fc6ac9 comments 2014-08-13 03:48:48 +02:00
mattes 53890882cf update comments 2014-08-13 03:47:06 +02:00
mattes 76da61b545 improve comments and add license 2014-08-13 03:37:48 +02:00
mattes f2f03998ae fix renamed Read() func in test 2014-08-13 01:44:39 +02:00
mattes fbfb50d4e7 improve postgres errors and error formatting in general 2014-08-13 01:43:34 +02:00
mattes 2353a03eb4 refactor and add timer 2014-08-12 22:20:17 +02:00
mattes 9b4dd699e2 update Len, Less and Swap to be more consistent 2014-08-11 04:00:45 +02:00
mattes a45e244a71 initial 2014-08-11 03:42:57 +02:00