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 98eb895f
authored
Jan 29, 2013
by
Sascha Depold
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
changes in 1.6.0
1 parent
3843f4c4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
changelog.md
changelog.md
View file @
98eb895
# v1.6.0 #
# v1.6.0 #
-
[
DEPENDENCIES
]
upgraded most dependencies. most important: mysql was upgraded to 2.0.0-alpha-3
-
[
DEPENDENCIES
]
upgraded most dependencies. most important: mysql was upgraded to 2.0.0-alpha-3
-
[
REFACTORING
]
separated tests for dialects
-
[
REFACTORING
]
separated tests for dialects
-
[
OTHERS
]
code was formatted to fit the latest code style guidelines (thanks to durango)
-
[
BUG
]
fixed wrong version in sequelize binary
-
[
BUG
]
fixed wrong version in sequelize binary
-
[
BUG
]
local options have higher priority than global options (thanks to guersam)
-
[
BUG
]
local options have higher priority than global options (thanks to guersam)
-
[
BUG
]
fixed where clause when passing an empty array (thanks to kbackowski)
-
[
BUG
]
fixed where clause when passing an empty array (thanks to kbackowski)
-
[
BUG
]
fixed updateAttributes for models/tables without primary key (thanks to durango)
-
[
BUG
]
fixed updateAttributes for models/tables without primary key (thanks to durango)
-
[
BUG
]
fixed the location of the foreign key when using belongsTo (thanks to ricardograca)
-
[
BUG
]
don't return timestamps if only specific attributes have been seleceted (thanks to ricardograca)
-
[
FEATURE
]
added association prefetching for find and findAll
-
[
FEATURE
]
added association prefetching for find and findAll
-
[
FEATURE
]
it's now possible to use callbacks of async functions inside migrations (thanks to mphilpot)
-
[
FEATURE
]
it's now possible to use callbacks of async functions inside migrations (thanks to mphilpot)
-
[
FEATURE
]
improved comfort of sequelize.query. just pass an sql string to it and wait for the result
-
[
FEATURE
]
improved comfort of sequelize.query. just pass an sql string to it and wait for the result
...
...
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