index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
activerecord
/
test
/
fixtures
/
db_definitions
/
oci.sql
Commit message (
Expand
)
Author
Age
Files
Lines
*
Improved the Oracle OCI Adapter with better performance for column reflection...
David Heinemeier Hansson
2006-02-21
1
-2
/
+1
*
Allow has_many :through to work with :include [Michael Schoen]. Closes #3611
Michael Koziarski
2006-02-10
1
-0
/
+8
*
allow the 'lock_version' column to be configured with set_locking_column. Cl...
Michael Koziarski
2006-01-14
1
-0
/
+7
*
Oracle: test case for column default parsing. References #2788.
Jeremy Kemper
2005-11-14
1
-0
/
+8
*
Fixed handling of nil number columns on Oracle and cleaned up tests for Oracl...
David Heinemeier Hansson
2005-10-26
1
-0
/
+2
*
Add test coverage for customized primary keys including a failing test for #2...
Marcel Molina
2005-10-12
1
-0
/
+5
*
Saving a record with two unsaved belongs_to associations pointing to the same...
Jamis Buck
2005-08-23
1
-0
/
+9
*
Made Oracle a first-class connection adapter by adhering closer to idiomatic ...
David Heinemeier Hansson
2005-07-24
1
-3
/
+31
*
Allow unspecified join-table columns to use to their default values when addi...
Jamis Buck
2005-07-18
1
-1
/
+2
*
Fixed that has_and_belongs_to_many didn't respect single table inheritance ty...
David Heinemeier Hansson
2005-07-03
1
-0
/
+1
*
Fixed that single-table inheritance sub-classes couldn't be used to limit the...
David Heinemeier Hansson
2005-07-03
1
-1
/
+2
*
Fixed that adding a record to a has_and_belongs_to collection would always sa...
David Heinemeier Hansson
2005-06-18
1
-0
/
+2
*
Added compatibility with camelCase column names for dynamic finders #533 [Dee...
David Heinemeier Hansson
2005-04-30
1
-1
/
+2
*
Fixed OCI fixtures [Ryan Carver]
David Heinemeier Hansson
2005-04-19
1
-3
/
+3
*
Fixed that fixtures were being deleted in the same order as inserts causing F...
David Heinemeier Hansson
2005-04-18
1
-0
/
+9
*
Added support for has_and_belongs_to_many associations in eager loading #1064...
David Heinemeier Hansson
2005-04-10
1
-0
/
+10
*
Made eager loading work with inheritance hierarchies #1065 [Ryan Carver]
David Heinemeier Hansson
2005-04-10
1
-0
/
+20
*
Added quoting of column names for fixtures #997 [jcfischer@gmail.com]
David Heinemeier Hansson
2005-04-07
1
-0
/
+6
*
Added better defaults for composed_of, so statements like composed_of :time_z...
David Heinemeier Hansson
2005-03-01
1
-0
/
+1
*
Added a OCI8-based Oracle adapter that has been verified to work with Oracle ...
David Heinemeier Hansson
2005-02-23
1
-0
/
+167