-
-
Notifications
You must be signed in to change notification settings - Fork 360
Comparing changes
Open a pull request
base repository: db-migrate/node-db-migrate
base: master
head repository: strivewire/node-db-migrate-postgresql-only
compare: master
Commits on Apr 3, 2015
-
Configuration menu - View commit details
-
Copy full SHA for ed1f107 - Browse repository at this point
Copy the full SHA ed1f107View commit details -
Configuration menu - View commit details
-
Copy full SHA for ea48738 - Browse repository at this point
Copy the full SHA ea48738View commit details
Commits on Apr 18, 2015
-
[bugfix] createMigrationTable crashes on pg while dryRun is active
CreateMigrationsTable used runSql instead of all, thus it could not execute the necessary functionality while the dryRun, also this is needed to proceed. runSql was replaced by all and all was also promisified to work properly. the access from row was removed while replacing runSql with all. fixes #259
Configuration menu - View commit details
-
Copy full SHA for 918df65 - Browse repository at this point
Copy the full SHA 918df65View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9afc4cc - Browse repository at this point
Copy the full SHA 9afc4ccView commit details
Commits on May 8, 2015
-
If the name chosen for a schema contains certain characters, it must be surrounded in quotes. This ensures those quotes are added when choosing the schema by setting the `search_path`.
Mike Atkins committedMay 8, 2015 Configuration menu - View commit details
-
Copy full SHA for 43c8a80 - Browse repository at this point
Copy the full SHA 43c8a80View commit details
Commits on May 11, 2015
-
Mike Atkins committed
May 11, 2015 Configuration menu - View commit details
-
Copy full SHA for ea053ee - Browse repository at this point
Copy the full SHA ea053eeView commit details -
Mike Atkins committed
May 11, 2015 Configuration menu - View commit details
-
Copy full SHA for d561e0e - Browse repository at this point
Copy the full SHA d561e0eView commit details -
Mike Atkins committed
May 11, 2015 Configuration menu - View commit details
-
Copy full SHA for 94db67d - Browse repository at this point
Copy the full SHA 94db67dView commit details
Commits on May 13, 2015
-
Merge pull request #268 from apechimp/escape-schema-name
[Bugfix] Add proper escaping for schema when using postgres driver Reviewed-By: Tobias Gurtzick <magic@wizardtales.com>
Configuration menu - View commit details
-
Copy full SHA for b96fc2e - Browse repository at this point
Copy the full SHA b96fc2eView commit details
Commits on May 26, 2015
-
Configuration menu - View commit details
-
Copy full SHA for b2c2bdb - Browse repository at this point
Copy the full SHA b2c2bdbView commit details
Commits on May 31, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 709a84b - Browse repository at this point
Copy the full SHA 709a84bView commit details -
fix DST issue, modified cherry picked changes to work with v0.9.x and…
… modified database.json of integration tests to use memory db
Configuration menu - View commit details
-
Copy full SHA for ae51b4c - Browse repository at this point
Copy the full SHA ae51b4cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 09d56c2 - Browse repository at this point
Copy the full SHA 09d56c2View commit details
Commits on Jun 22, 2015
-
[bugfix] Redshift fails on executing set search_path TO because of no…
…n quoted response quoting the response of show search_path adding logging to all function pass error instead of reading emtpy row on error in all function
Configuration menu - View commit details
-
Copy full SHA for 75e1b17 - Browse repository at this point
Copy the full SHA 75e1b17View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2412c1e - Browse repository at this point
Copy the full SHA 2412c1eView commit details
Commits on Jun 28, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 14f6077 - Browse repository at this point
Copy the full SHA 14f6077View commit details -
Configuration menu - View commit details
-
Copy full SHA for e98bcff - Browse repository at this point
Copy the full SHA e98bcffView commit details
Commits on Aug 6, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 76b9192 - Browse repository at this point
Copy the full SHA 76b9192View commit details -
Create migrations table in specified schema
In postgres, if you create a migrations table in one schema of your database, and then try to use this for migrations in another schema, it will not create the migrations table in the second schema which will prevent any migrations from running on that schema. This creates the migrations table in that second schema when the schema parameter is specified.
Mike Atkins committedAug 6, 2015 Configuration menu - View commit details
-
Copy full SHA for 67c41df - Browse repository at this point
Copy the full SHA 67c41dfView commit details
Commits on Aug 7, 2015
-
Merge pull request #287 from apechimp/use-schema-migrations-table
[Bugfix] Create migrations table in specified schema
Configuration menu - View commit details
-
Copy full SHA for 75f79ca - Browse repository at this point
Copy the full SHA 75f79caView commit details -
Configuration menu - View commit details
-
Copy full SHA for bfc3b49 - Browse repository at this point
Copy the full SHA bfc3b49View commit details
Commits on Aug 12, 2015
-
trim the returned schema in the pg driver
For some reason postgresql alpha 9.5 and redshift are now returning the search path information with white spaces. This results in an undefined behavior. Fixed by trimming all values returned and processed pg and redshift. fixes #288
Configuration menu - View commit details
-
Copy full SHA for 0e9f2a4 - Browse repository at this point
Copy the full SHA 0e9f2a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for fff5a79 - Browse repository at this point
Copy the full SHA fff5a79View commit details -
Configuration menu - View commit details
-
Copy full SHA for 889c341 - Browse repository at this point
Copy the full SHA 889c341View commit details
Commits on Sep 10, 2015
-
Configuration menu - View commit details
-
Copy full SHA for a3ad4bf - Browse repository at this point
Copy the full SHA a3ad4bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for dc6d9b1 - Browse repository at this point
Copy the full SHA dc6d9b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 76a03fa - Browse repository at this point
Copy the full SHA 76a03faView commit details -
[bugfix] pg db:create does not work
A wrong quotation in the pg driver caused db:create to throw an exception. Also we need to check if the close method gets an function passed as callback, before actually calling it. resolves #307 Other things fixed: Mute dotenv
Configuration menu - View commit details
-
Copy full SHA for 00cbe82 - Browse repository at this point
Copy the full SHA 00cbe82View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d75536 - Browse repository at this point
Copy the full SHA 1d75536View commit details
Commits on Sep 21, 2015
-
return errors and connect while connecting the driver to db-migrate
this also throws more friendly error messages, refers to #311
Configuration menu - View commit details
-
Copy full SHA for 4a6c02c - Browse repository at this point
Copy the full SHA 4a6c02cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0749cf0 - Browse repository at this point
Copy the full SHA 0749cf0View commit details
Commits on Oct 8, 2015
-
Configuration menu - View commit details
-
Copy full SHA for ea01010 - Browse repository at this point
Copy the full SHA ea01010View commit details
Commits on May 26, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 19e41d2 - Browse repository at this point
Copy the full SHA 19e41d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for b32734e - Browse repository at this point
Copy the full SHA b32734eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7566351 - Browse repository at this point
Copy the full SHA 7566351View commit details -
Configuration menu - View commit details
-
Copy full SHA for bd942bc - Browse repository at this point
Copy the full SHA bd942bcView commit details
Commits on Sep 27, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 9de3a43 - Browse repository at this point
Copy the full SHA 9de3a43View commit details
Commits on Sep 28, 2016
-
Configuration menu - View commit details
-
Copy full SHA for f34f43d - Browse repository at this point
Copy the full SHA f34f43dView commit details
Commits on Oct 5, 2016
-
remove this fucking sqlite3 dependency
Benjamin Flesch committedOct 5, 2016 Configuration menu - View commit details
-
Copy full SHA for 076f21d - Browse repository at this point
Copy the full SHA 076f21dView commit details -
Benjamin Flesch committed
Oct 5, 2016 Configuration menu - View commit details
-
Copy full SHA for fdfe115 - Browse repository at this point
Copy the full SHA fdfe115View commit details
There are no files selected for viewing