This project is archived and is in readonly mode.
[PATCH] Patches for ActiveRecord Oracle enhanced adapter compatibility
Reported by Raimonds Simanovskis | June 4th, 2010 @ 10:15 PM | in 3.0.2
This is the list of ActiveRecord (and some ActiveSupport) patches to ensure that ActiveRecord tests are passing on Oracle adapter (http://github.com/rsim/oracle-enhanced):
http://github.com/rsim/rails/commits/oracle_enhanced_rails3
Currently all ActiveRecord tests are passing except transaction_callbacks_test which is broken currently on other adapters as well.
Please merge them in master branch so that it would be easier to continue to test ActiveRecord against Oracle database.
Comments and changes to this ticket
-
Santiago Pastorino June 4th, 2010 @ 10:19 PM
- Milestone cleared.
- Tag changed from 3.0 to 3.0, activerecord, activesupport, patch
- State changed from new to open
- Assigned user changed from Santiago Pastorino to Pratik
-
Santiago Pastorino June 4th, 2010 @ 10:28 PM
- Assigned user changed from Pratik to Aaron Patterson
Aaron offered to test this
-
DHH June 8th, 2010 @ 07:07 PM
- State changed from open to committed
-
Jeremy Kemper October 15th, 2010 @ 11:01 PM
- Milestone set to 3.0.2
- Importance changed from to Low
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
<h2 style="font-size: 14px">Tickets have moved to Github</h2>
The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>
People watching this ticket
Referenced by
- 5200 Inconsistencies when eager loading with fully-qualified table names using Oracle Turns out the regexp doesn't handle the fully-qualified n...