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 0fc1fd9b
authored
Oct 26, 2010
by
Sascha Depold
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
plans for 0.4.4
1 parent
496ddfe1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
2 deletions
changelog.md
changelog.md
View file @
0fc1fd9
...
...
@@ -67,4 +67,9 @@
-
store data found by finder method in the associatedData hash + grep them from there if reload is not forced
-
added option to sequelize constructor for disabling the pluralization of tablenames: disableTableNameModification
-
allow array as value for chainQueries => Sequelize.chainQueries(
[
save: [a,b,c
]
], callback)
-
remove the usage of an array => Sequelize.chainQueries({save: a}, {destroy: b}, callback)
\ No newline at end of file
-
remove the usage of an array => Sequelize.chainQueries({save: a}, {destroy: b}, callback)
# v0.4.4 - in development #
-
TODO: Wrap queries correctly using
`foo`
-
TODO: Add method for adding and deleting single associations
-
TODO: Add option for using camel case or underscorízed tablenames/table fields
\ No newline at end of file
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