We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Sequenced the events listing as it happen in runtime and logical steps. Still clarity required for sequence of `afterSave` and `afterCreate`.
Updated Settings (markdown)
Update identity cache doco
Update identity cache option
Destroyed Model cache (markdown)
Typo fix.
add semicolon missing
Updated Model Properties (markdown)
added conditions dict to one()
Added aggregate info
Added note about triggering an IN query
Destroyed Synching and Dropping Models (markdown)
Updated hasMany (markdown)
Updated Connecting to Database (markdown)
Cleanup
better adhearence to felix style
now we have consistent quotes
additional cleanup
change Person.count to Person.exists in exists example
Created Testing (markdown)
Add mergeTable option. After struggling with how to do it, finally found it in sources (lib/Associations/Many.js)
Updated Home (markdown)
Removed redundant wording
Add doco about options
Updated Defining Models (markdown)