- 15 Nov, 2016 2 commits
-
-
* fix(now): allow millisecons on createdAt and updatedAt * test(timezone): timezone close check should allow 1 sec difference * doc(changelog): add entry to change log * test(now): create test for milliseconds in createdAt, updatedAt. test(now): remove uneeded update code from test removed unneeded file * test(now): only run if mysql dialect * test(lint): fix === lint error * test(now): fix schema issue * test(lint): remove space after comma
Bryan Sapot committed -
Robert Scheinpflug committed
-
- 14 Nov, 2016 1 commit
-
-
contra committed
-
- 13 Nov, 2016 2 commits
-
-
Not a valid built-in validator, throws an error when you try to use it
contra committed -
* add tests for postgres query-interface functions createSchema, databaseVersion, renameFunction refactored file to address eslint warnings and errors * Improve code style
turbofoxwave committed
-
- 08 Nov, 2016 2 commits
-
-
https://greenkeeper.io/
Greenkeeper committed -
* (fix) restore ignore field from deletedAt attr * [ci skip] change log
Sushant committed
-
- 07 Nov, 2016 4 commits
-
-
Jan Aagaard Meier committed
-
Yu Qi committed
-
🐱 Sushant committed -
https://greenkeeper.io/
Greenkeeper committed
-
- 04 Nov, 2016 2 commits
-
-
Sushant committed
-
Nathan Schwartz committed
-
- 03 Nov, 2016 1 commit
-
-
* Update associations.md * Update associations.md * Update associations.md * Update associations.md * Update associations.md Another correction
Tim Scott committed
-
- 02 Nov, 2016 1 commit
-
-
Harshith Kashyap committed
-
- 01 Nov, 2016 2 commits
-
-
Sushant committed
-
Per Gullberg committed
-
- 31 Oct, 2016 1 commit
-
-
Sushant committed
-
- 27 Oct, 2016 2 commits
-
-
* Small formatting fix * Small formatting fix
Adam Williams committed -
Jan Aagaard Meier committed
-
- 25 Oct, 2016 1 commit
-
-
Jan Aagaard Meier committed
-
- 24 Oct, 2016 1 commit
-
-
Jan Aagaard Meier committed
-
- 17 Oct, 2016 1 commit
-
-
https://greenkeeper.io/
Greenkeeper committed
-
- 13 Oct, 2016 1 commit
-
-
* Fix unescaped field in MSSQL query generation * Update changelog.md * Update changelog.md
Francesco Infante committed
-
- 10 Oct, 2016 3 commits
-
-
Fixed typo
Paul Bombo committed -
* Mix in default options for insert queries. This is already done for update queries but was missing for inserts. * Added Sublime Text project files to .gitignore. * Removed user specific line from project .gitignore.
Jonathon Munsell committed -
* Update sequelize.md Added min/max connections documentation. * Update getting-started.md Clarified multiple processes with multiple instances. * Update sequelize.md Added default for idle timeout
Jeremy Morton committed
-
- 07 Oct, 2016 1 commit
-
-
* Use Docker for travis-ci * Fix up running local docker tests * Travis.yml cleanup, fix postgis version type testing * New way of accessing postgis version * Add version specific clause around mysql error message * Fix warning message to ignore if mysql >= 5.6 - Tweak travis env var order to be more readable in travis * Remove testing against legacy dbs to make the testing process more lean
Todd Bluhm committed
-
- 30 Sep, 2016 1 commit
-
-
Erik Seliger committed
-
- 27 Sep, 2016 1 commit
-
-
* Fixed Issues with `createFunction` and `dropFunction` (PostgresSQL) * line cleanup
turbofoxwave committed
-
- 26 Sep, 2016 1 commit
-
-
https://greenkeeper.io/
Greenkeeper committed
-
- 25 Sep, 2016 1 commit
-
-
https://greenkeeper.io/
Greenkeeper committed
-
- 24 Sep, 2016 5 commits
-
-
* fix import test removed watchr * updated packages
Sushant committed -
p512 committed
-
Just slightly annoying that these URLs are just text in the markdown and not links so I tweaked it up a bit.
Kevin Lacker committed -
https://greenkeeper.io/
Greenkeeper committed -
* Include field name in built in validation error message * Use template string for error message
Faris Masad committed
-
- 23 Sep, 2016 2 commits
-
-
Sushant committed
-
* Fixed behavior where a mixed required status in an include would not be respected Refactored include handling of abstract query-generator into seperate functions for through or non-thorugh joins Join generating functions now return join in parts so that it can be rearranged by the parent in even of a `required` mismatch Internal table names that are a combonation for multiple tables are now seperated by underscores instead of periods to avoid bad behavior inside parentheses Multiple fixes to tests to accommodate changing behavior * Fixes to PR Fixed spelling of "separate" generateInclude now returns new attributes instead of adding them to arrays passed in consolidated topLevel options into one object * Removed line ketp in merge. Whoops! * Separate fix, shoulkd fix failing psql tests. * Removed errant logging from tests, added more nested include testing. * Replaced '_' sperator with '->' in 'internal' selections. * fixed wrong name in abstract query-generator. * translate literal keys and in select where to new internal -> connectors. * Replaced needlessly verbose ternary operator in abstract query-generator. * Fixed foramtting and nameing, added fix to changelog. * Fixed variable shadowing issue from rename. * Fixed sql unit test from master. * Fixed Postgres unit test. * added .eslintrs.json back to git. * Fixed postgres identifier quoting issues. * Added line about bc breaks to changlog. * Removed lines from development, tightened spacing to match style.
cbauerme committed
-
- 16 Sep, 2016 1 commit
-
-
Felix Becker committed
-