- 03 Feb, 2016 3 commits
-
-
* all tests covering functionality which modifies schema now verify that the schema has actually changed, instead of just verifying against the number of logs output * remove assertions against sql count in query-interface.test * remove unused rawSelect against table in test Fixes required for new query-interface tests for PG / MySQL / MariaDB * PG: changing a column to DataTypes.FLOAT results in it being stored (and returned as) 'DOUBLE PRECISION' * ensure that test schema is torn down after each test, to avoid tests interacting with each other * remove unneeded calls to dropAllSchemas in query-interface.test.js - this is done in the afterEach call now * MySQL/MariaDB: we have to change our expectation depending on the dialect, as the DataTypes names are too inconsistent
Michael Kearns committed -
* this fixes Github issue #4943 * previously, calling removeColumn for a column with a defaultValue specified would cause an error -- this is because in MSSQL you have to drop the constraint before the column. See: http://stackoverflow.com/questions/8641954/how-to-drop-column-with-constraint * also added integration tests for removeColumn function
Michael Kearns committed -
Michael Kearns committed
-
- 02 Feb, 2016 3 commits
-
-
fix usign hstore without model instance
Jan Aagaard Meier committed -
Fixes issue #5344: Replaced _.cloneDeep with _.cloneDeepWith.
Jan Aagaard Meier committed -
Wong Yong Jie committed
-
- 01 Feb, 2016 2 commits
-
-
Mick Hansen committed
-
Mick Hansen committed
-
- 31 Jan, 2016 9 commits
-
-
Fix 966
Mick Hansen committed -
Changed MySQL, MSSQL changeColumn dont overwrite query template for changeColumn
Sushant committed -
Sushant committed
-
Sushant committed
-
Jan Aagaard Meier committed
-
geography and tests
Jan Aagaard Meier committed -
Update lodash to version 4.1.0
🚀 Jan Aagaard Meier committed -
Jan Aagaard Meier committed
-
EdwardGonzalez committed
-
- 30 Jan, 2016 9 commits
-
-
sinon@1.17.3
Jan Aagaard Meier committed -
chai@3.5.0 breaks build
⚠ ️Jan Aagaard Meier committed -
mocha@2.4.2
Jan Aagaard Meier committed -
bluebird@3.1.2
Jan Aagaard Meier committed -
Jan Aagaard Meier committed
-
Jan Aagaard Meier committed
-
Fix for bug #4755
Jan Aagaard Meier committed -
Added documentation note about bulkCreate hook and updatesOnDuplicate option
Mick Hansen committed -
http://greenkeeper.io/
greenkeeperio-bot committed
-
- 29 Jan, 2016 4 commits
-
-
Ashok Fernandez committed
-
Properly escape number 0 in query generator
Mick Hansen committed -
Martin Zagora committed
-
Ashok Fernandez committed
-
- 28 Jan, 2016 5 commits
-
-
Fixed field alias in order clause
Mick Hansen committed -
Fix model update with individualHooks
Mick Hansen committed -
taylorhakes committed
-
http://greenkeeper.io/
greenkeeperio-bot committed -
tornillo committed
-
- 27 Jan, 2016 4 commits
-
-
http://greenkeeper.io/
greenkeeperio-bot committed -
http://greenkeeper.io/
greenkeeperio-bot committed -
…ey values for the where clause using attribute name. I modified upsert so that .field is taken into account when collecting data for the upsert where clause. I've also added a failing test case which now passes.
Joshua Kennedy committed -
Fix setting postgres timezone while fetching hstore oids.
Jan Aagaard Meier committed
-
- 25 Jan, 2016 1 commit
-
-
http://greenkeeper.io/
greenkeeperio-bot committed
-