Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
public
/
sequelize
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
不要怂,就是干,撸起袖子干!
Commit 0c6a96a0
authored
Jan 11, 2014
by
Mick Hansen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update changelog.md
1 parent
7a823cc2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
changelog.md
changelog.md
View file @
0c6a96a
...
@@ -8,6 +8,7 @@ Notice: All 1.7.x changed are present in 2.0.x aswell
...
@@ -8,6 +8,7 @@ Notice: All 1.7.x changed are present in 2.0.x aswell
-
fix bug where
`{where: {ne: null}}`
would result in
`!= NULL`
instead of
`IS NOT NULL`
[
#1231
](
https://github.com/sequelize/sequelize/pull/1059
)
-
fix bug where
`{where: {ne: null}}`
would result in
`!= NULL`
instead of
`IS NOT NULL`
[
#1231
](
https://github.com/sequelize/sequelize/pull/1059
)
-
fixes a bug with validation skipping using the
`fields`
options.
[
#1233
](
https://github.com/sequelize/sequelize/pull/1233
)
-
fixes a bug with validation skipping using the
`fields`
options.
[
#1233
](
https://github.com/sequelize/sequelize/pull/1233
)
-
fixes a bug with postgres and setters
[
#1234
](
https://github.com/sequelize/sequelize/issues/1234
)
-
fixes a bug with postgres and setters
[
#1234
](
https://github.com/sequelize/sequelize/issues/1234
)
-
fixes it so
`field: {type: Sequelize.ENUM(value1, value2)}`
works
#### Backwards compatability changes
#### Backwards compatability changes
-
Hooks are no longer passing value hashes. Instead, they are now passing instances of the model.
-
Hooks are no longer passing value hashes. Instead, they are now passing instances of the model.
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment