diff options
author | Iban Eguia <admin@razican.com> | 2012-04-15 13:30:44 +0200 |
---|---|---|
committer | Iban Eguia <admin@razican.com> | 2012-04-15 13:30:44 +0200 |
commit | 3c0a4529b05ed8b3d9fadf97238e3d462d0ce733 (patch) | |
tree | beee6bd49a9816b61faac3cda06dbaa2ac3fa41d /user_guide_src/source/changelog.rst | |
parent | 0f2211711deceb74157d6811116acc0376d3157d (diff) |
Added the ability to insert objects with insert_batch() in Active Reccord.
Diffstat (limited to 'user_guide_src/source/changelog.rst')
-rw-r--r-- | user_guide_src/source/changelog.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst index 5f6d5912c..0cac8aea0 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -54,6 +54,7 @@ Release Date: Not Released - Database + - Added the ability to insert objects with insert_batch() in :doc:`Active Record <database/active_record>`. - Added new :doc:`Active Record <database/active_record>` methods that return the SQL string of queries without executing them: get_compiled_select(), get_compiled_insert(), get_compiled_update(), get_compiled_delete(). |