aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/oracle_adapter.rb
Commit message (Expand)AuthorAgeFilesLines
* Oracle: BigDecimal support. Closes #5667.Jeremy Kemper2006-07-101-12/+11
* r4704@asus: jeremy | 2006-06-27 12:00:19 -0700Jeremy Kemper2006-07-081-3/+3
* Oracle: use nonblocking queries if allow_concurrency is set, fix pessimistic ...Jeremy Kemper2006-07-071-53/+28
* Fixed a few Oracle issues: Allows Oracle's odd date handling to still work co...David Heinemeier Hansson2006-07-051-2/+2
* Mind the order of things.Jeremy Kemper2006-06-011-0/+2
* Fix Oracle boolean support and tests. Closes #5139. [schoenm@earthlink.net]Marcel Molina2006-05-211-25/+27
* Fix column type check error in changeset [4280]. [Michael A. Schoen]Marcel Molina2006-04-261-1/+1
* Add Oracle support for CLOB inserts. Closes #4748. [schoenm@earthlink.net san...Marcel Molina2006-04-261-3/+3
* Get the green light for Oracle AR unit tests (closes #4573) [Michael Schoen]David Heinemeier Hansson2006-04-041-35/+37
* Fixed broken OCIAdapter (closes #4457) [schoenm@earthlink.net]David Heinemeier Hansson2006-03-301-8/+4
* Fixed documentationDavid Heinemeier Hansson2006-03-281-2/+6
* Support the use of public synonyms with the Oracle adapter; required ruby-oci...David Heinemeier Hansson2006-03-261-0/+1
* Only string_to_binary if the column respondsDavid Heinemeier Hansson2006-03-261-1/+1
* Add AbstractAdapter#table_alias_for to create table aliases according to the ...Rick Olson2006-03-181-0/+3
* Oracle adapter gets some love #4230 [schoenm@earthlink.net]David Heinemeier Hansson2006-03-161-4/+15
* Renamed the "oci" adapter to "oracle", but kept the old name as an alias (clo...David Heinemeier Hansson2006-03-011-0/+648
* Added a OCI8-based Oracle adapter that has been verified to work with Oracle ...David Heinemeier Hansson2005-02-231-244/+0
* Fixed a bit to eager requiring of oracle bindings in oracle adapter #634David Heinemeier Hansson2005-02-181-1/+1
* Added an Oracle adapter that works with the Oracle bindings by Yoshida (http:...David Heinemeier Hansson2005-02-071-0/+244