diff options
author | Jeremy Kemper <jeremy@bitsweat.net> | 2006-07-07 10:42:14 +0000 |
---|---|---|
committer | Jeremy Kemper <jeremy@bitsweat.net> | 2006-07-07 10:42:14 +0000 |
commit | 40bdbba48dfb80b824b1522fc99ca24669dea7b4 (patch) | |
tree | 310f3e351d69ea85b3e4859ea9772d6c047a6b52 /activerecord/CHANGELOG | |
parent | 9f3625dd0ae1691be3ea0b745a65149b9e4c2837 (diff) | |
download | rails-40bdbba48dfb80b824b1522fc99ca24669dea7b4.tar.gz rails-40bdbba48dfb80b824b1522fc99ca24669dea7b4.tar.bz2 rails-40bdbba48dfb80b824b1522fc99ca24669dea7b4.zip |
Oracle: use nonblocking queries if allow_concurrency is set, fix pessimistic locking, don't guess date vs. time by default (set OracleAdapter.emulate_dates = true for the old behavior), adapter cleanup. Closes #5635.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4574 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activerecord/CHANGELOG')
-rw-r--r-- | activerecord/CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG index ecf5a42b16..68908acebd 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Oracle: use nonblocking queries if allow_concurrency is set, fix pessimistic locking, don't guess date vs. time by default (set OracleAdapter.emulate_dates = true for the old behavior), adapter cleanup. #5635 [schoenm@earthlink.net] + * Fixed a few Oracle issues: Allows Oracle's odd date handling to still work consistently within #to_xml, Passes test that hardcode insert statement by dropping the :id column, Updated RUNNING_UNIT_TESTS with Oracle instructions, Corrects method signature for #exec #5294 [schoenm@earthlink.net] * Added :group to available options for finds done on associations #5516 [mike@michaeldewey.org] |