- 09 Jan, 2015 7 commits
-
-
Mick Hansen committed
-
…es trigger a unique error For cases where the primary `where` passed to findOrCreate does not trigger a unique error but the default values does the code would then attempt a find on the were resulting in the perceived impossible return value of [null, true]
Mick Hansen committed -
Mick Hansen committed
-
…a noop rather than an empty query
Mick Hansen committed -
Sequelize tries to optimize which fields are being updated by checking previous data values, and determining whether or not fields should be used in an UPDATE clause. Unfortunately, the case where NO fields should be used in the clause was never checked.
Matt Broadstone committed -
Mick Hansen committed
-
Mick Hansen committed
-
- 08 Jan, 2015 16 commits
-
-
Mick Hansen committed
-
refactor(mysql/enum): remove support for ci enums in mysql
Mick Hansen committed -
Mick Hansen committed
-
Update migrations.md
Mick Hansen committed -
Added a line about using the command line when CLI is installed locally
James Irving-Swift committed -
Mick Hansen committed
-
Mick Hansen committed
-
Mick Hansen committed
-
Throw an error if no where clause is given to Model.destroy()
Mick Hansen committed -
Mick Hansen committed
-
ekmartin committed
-
Mick Hansen committed
-
Mick Hansen committed
-
Mick Hansen committed
-
Mick Hansen committed
-
Mick Hansen committed
-
- 07 Jan, 2015 17 commits
-
-
ekmartin committed
-
ekmartin committed
-
Add instanceof check to error
ekmartin committed -
Update changelog
ekmartin committed -
Mick Hansen committed
-
Mick Hansen committed
-
…dialect that supports RETURNING (pg)
Mick Hansen committed -
Mick Hansen committed
-
Mick Hansen committed
-
Mick Hansen committed
-
Mick Hansen committed
-
-
TIME column added to DataTypes
Mick Hansen committed -
Mick Hansen committed
-
Mick Hansen committed
-
Mick Hansen committed
-
Mick Hansen committed
-