- 09 Sep, 2015 13 commits
-
-
Fix instance reload doesn't set to null a destroyed include Conflicts: changelog.md lib/instance.js
Jan Aagaard Meier committed -
Jan Aagaard Meier committed
-
Rename Instance private options and __options
Jan Aagaard Meier committed -
add beforeRestore/afterRestore hooks Conflicts: changelog.md
Jan Aagaard Meier committed -
Mick Hansen committed
-
Mick Hansen committed
-
Sequelize version number as property of sequelize
Jan Aagaard Meier committed -
overlookmotel committed
-
Clement Teule committed
-
Clement Teule committed
-
Clement Teule committed
-
Clement Teule committed
-
Clement Teule committed
-
- 08 Sep, 2015 5 commits
-
-
Set a default options value for QueryInterface.prototype.bulkInsert
Mick Hansen committed -
Update getting-started.md
Sascha Depold committed -
Fix transaction section link in model doc
Sascha Depold committed -
Po-Ying Chen committed
-
Brandon Dail committed
-
- 04 Sep, 2015 5 commits
-
-
Update models-usage.md
Mick Hansen committed -
Find* was refactored and uses only one options object from now on.
wKich committed -
make it clear that there should be one sequelize instance per database
Mick Hansen committed -
Aniket Panse committed
-
- Possibly fix #4423 - Rename Instance `options` to `$options` to prevent value overwriting with models that have a column named `options` - Also rename Instance `__options` to `$modelOptions` to avoid confusion between $options and __options.
Andy White committed
-
- 03 Sep, 2015 7 commits
-
-
Mick Hansen committed
-
Mick Hansen committed
-
Mick Hansen committed
-
Mick Hansen committed
-
feat(model/attributes): return type and dependency fields for VIRTUAL
Mick Hansen committed -
Mick Hansen committed
-
Rodrigo de Almeida Pereira committed
-
- 02 Sep, 2015 3 commits
-
-
Mick Hansen committed
-
groupJoinData checks UniqueKeys if no PrimaryKey is set
Mick Hansen committed -
When nesting associations, if the model doesn't have a primary key, the code will now check and see if there is at least one unique key, and if there is, it will use one to create the hash that identifies each different row of results.
Ricardo Lopes committed
-
- 01 Sep, 2015 3 commits
-
-
Jan Aagaard Meier committed
-
Jan Aagaard Meier committed
-
comma is making object invalid json
Jaryd Carolin committed
-
- 31 Aug, 2015 3 commits
-
-
Jan Aagaard Meier committed
-
Jan Aagaard Meier committed
-
typo in post model options example
Jan Aagaard Meier committed
-
- 28 Aug, 2015 1 commit
-
-
[ci skip]
📝 Added details about "unique" property (closes #4329)Jan Aagaard Meier committed
-