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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added Sybase database adapter that relies on the Sybase Open Client bindings ...
David Heinemeier Hansson
2006-03-02
4
-0
/
+244
*
Renamed the "oci" adapter to "oracle", but kept the old name as an alias (clo...
David Heinemeier Hansson
2006-03-01
5
-2
/
+2
*
Added new column to all db definitions. Where, oh where, is our hereo that wi...
David Heinemeier Hansson
2006-02-28
13
-0
/
+46
*
Add set_fixture_class to allow the use of table name accessors with models wh...
Nicholas Seckar
2006-02-27
1
-0
/
+5
*
Improved the Oracle OCI Adapter with better performance for column reflection...
David Heinemeier Hansson
2006-02-21
1
-2
/
+1
*
Fix Syntax error in mysql.sql, Drop table readers and run aaa_create_tables f...
Michael Koziarski
2006-02-10
8
-1
/
+8
*
Allow has_many :through to work with :include [Michael Schoen]. Closes #3611
Michael Koziarski
2006-02-10
7
-0
/
+50
*
SQL Server cannot sort on type text. This causes three errors in the activere...
Jeremy Kemper
2006-02-09
1
-2
/
+2
*
PostgreSQL: correctly parse negative integer column defaults. References #3776.
Jeremy Kemper
2006-02-09
1
-1
/
+3
*
allow the 'lock_version' column to be configured with set_locking_column. Cl...
Michael Koziarski
2006-01-14
14
-0
/
+63
*
Multiple enhancements and adjustments to DB2 adaptor. Closes #3377.
Marcel Molina
2006-01-04
2
-102
/
+102
*
Added tests for join models and fixed a bug #3177
David Heinemeier Hansson
2005-12-11
1
-0
/
+6
*
PostgreSQL: more robust sequence name discovery. References #3087.
Jeremy Kemper
2005-12-08
1
-2
/
+3
*
Work-in progress for providing better join model support and polymorphic asso...
David Heinemeier Hansson
2005-12-02
1
-0
/
+13
*
r3116@asus: jeremy | 2005-11-16 00:17:06 -0800
Jeremy Kemper
2005-11-16
4
-0
/
+321
*
Oracle: test case for column default parsing. References #2788.
Jeremy Kemper
2005-11-14
1
-0
/
+8
*
Fixed SQL Server adapter so it honors options[:conditions] when applying :lim...
David Heinemeier Hansson
2005-10-28
1
-1
/
+1
*
Fixed handling of nil number columns on Oracle and cleaned up tests for Oracl...
David Heinemeier Hansson
2005-10-26
3
-10
/
+2
*
Added quoted_true and quoted_false methods to db2_adapter and cleaned up test...
David Heinemeier Hansson
2005-10-26
1
-1
/
+0
*
r3616@asus: jeremy | 2005-09-26 23:09:28 -0700
Jeremy Kemper
2005-10-16
2
-2
/
+4
*
Update DB2 adapter. Closes #2206.
Marcel Molina
2005-10-12
1
-0
/
+1
*
Add test coverage for customized primary keys including a failing test for #2...
Marcel Molina
2005-10-12
12
-1
/
+38
*
Add geometric type for postgresql adapter. Closes #2233.
Marcel Molina
2005-10-09
2
-0
/
+12
*
sqlite topics.approved should default to true like the other dbs
Jeremy Kemper
2005-10-06
1
-1
/
+1
*
smallint -> boolean in pg sql
Jeremy Kemper
2005-10-06
1
-1
/
+1
*
Quote booleans according the rules defined by the adapter
Michael Koziarski
2005-10-06
1
-1
/
+1
*
Ticket 2256 - Recognize PostgreSQL NOW() default as equivalent to CURRENT_TIM...
Jeremy Kemper
2005-09-27
1
-0
/
+2
*
Include the orders table in *.drop.sql
Jeremy Kemper
2005-09-26
6
-0
/
+7
*
Standardize the interpretation of boolean columns in the Mysql and Sqlite ada...
Jamis Buck
2005-09-25
1
-2
/
+2
*
Make the test_find_all_by_one_attribute and test_find_all_by_one_attribute_wi...
David Heinemeier Hansson
2005-09-09
1
-1
/
+1
*
Saving a record with two unsaved belongs_to associations pointing to the same...
Jamis Buck
2005-08-23
6
-1
/
+51
*
Made Oracle a first-class connection adapter by adhering closer to idiomatic ...
David Heinemeier Hansson
2005-07-24
4
-11
/
+67
*
Allow unspecified join-table columns to use to their default values when addi...
Jamis Buck
2005-07-18
6
-6
/
+12
*
Fixed incompatibility in DB2 adapter with the new limit/offset approach #1718...
David Heinemeier Hansson
2005-07-17
1
-0
/
+2
*
Include all tables in mysql, sqlite, and postgresql drop sql.
Jeremy Kemper
2005-07-05
3
-1
/
+7
*
Fixed that has_and_belongs_to_many didn't respect single table inheritance ty...
David Heinemeier Hansson
2005-07-03
6
-2
/
+8
*
Fixed that single-table inheritance sub-classes couldn't be used to limit the...
David Heinemeier Hansson
2005-07-03
6
-5
/
+11
*
Added support for ODBC connections to MS SQL Server so you can connect from a...
David Heinemeier Hansson
2005-07-01
2
-3
/
+5
*
Fixed that adding a record to a has_and_belongs_to collection would always sa...
David Heinemeier Hansson
2005-06-18
6
-2
/
+14
*
r1278@iwill: jeremy | 2005-06-12 05:11:48 -0700
Jeremy Kemper
2005-06-12
1
-2
/
+0
*
Return PostgreSQL columns in the order they are declared #1374 (perlguy@gmail...
Jeremy Kemper
2005-06-12
1
-1
/
+1
*
Preserve extendedWarranty case in PostgreSQL computers table.
Jeremy Kemper
2005-06-11
1
-1
/
+1
*
Do not use instantiated fixtures (in general) in tests. Also, support the use...
Jamis Buck
2005-06-10
1
-5
/
+5
*
Added compatibility with camelCase column names for dynamic finders #533 [Dee...
David Heinemeier Hansson
2005-04-30
6
-6
/
+12
*
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
6
-0
/
+62
*
Fixes for postgresql testing #1129, #1130, #1131
David Heinemeier Hansson
2005-04-18
3
-4
/
+4
*
SqlServer fixtures - CategoriesPosts
David Heinemeier Hansson
2005-04-17
1
-1
/
+1
*
Fixed db schema
David Heinemeier Hansson
2005-04-10
1
-1
/
+2
*
Added support for has_and_belongs_to_many associations in eager loading #1064...
David Heinemeier Hansson
2005-04-10
14
-40
/
+71
[next]