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
*
MySQL: blob and text columns may not have defaults in 5.x. Update fixtures sc...
Jeremy Kemper
2007-01-28
1
-2
/
+2
*
Oracle: create_table takes a :sequence_name option to override the 'tablename...
Jeremy Kemper
2007-01-15
1
-0
/
+17
*
SQLServer: handle [quoted] table names. Closes #6635.
Jeremy Kemper
2007-01-12
2
-0
/
+9
*
Inline primary keys.
Jeremy Kemper
2007-01-12
2
-59
/
+42
*
Sybase adapter fixes. Closes #6926 [jsheets]
Michael Koziarski
2007-01-05
2
-2
/
+3
*
utf8 mysql topics table
Jeremy Kemper
2006-12-19
1
-1
/
+1
*
Subclasses of an abstract class work with single-table inheritance. Closes #5...
Jeremy Kemper
2006-12-01
2
-5
/
+5
*
MySQL: detect when a NOT NULL column without a default value is misreported a...
Jeremy Kemper
2006-11-20
1
-2
/
+2
*
Cleanup SQLite AUTOINCREMENT: exclude sqlite_sequence table, factor out featu...
Jeremy Kemper
2006-11-14
1
-0
/
+7
*
Oracle: resolve test failures, use prefetched primary key for inserts, check ...
Jeremy Kemper
2006-11-01
1
-1
/
+1
*
Optimistic locking: gracefully handle nil versions, treat as zero. Closes #5908.
Jeremy Kemper
2006-09-04
1
-0
/
+8
*
MySQL: update test schema for MySQL 5 strict mode. Closes #5861.
Jeremy Kemper
2006-08-23
1
-11
/
+11
*
Shorten index name.
Jeremy Kemper
2006-08-16
1
-1
/
+1
*
Included associations: go deep.
Jeremy Kemper
2006-08-16
1
-0
/
+10
*
r4704@asus: jeremy | 2006-06-27 12:00:19 -0700
Jeremy Kemper
2006-07-08
19
-5
/
+136
*
Firebird migrations support. Closes #5337.
Jeremy Kemper
2006-07-08
3
-61
/
+11
*
For Firebird adapter
David Heinemeier Hansson
2006-06-03
2
-0
/
+60
*
Make more Firebird tests pass (closes #5188) [kennethkunz@gmail.com]
David Heinemeier Hansson
2006-06-03
2
-1
/
+2
*
Fix Oracle boolean support and tests. Closes #5139. [schoenm@earthlink.net]
Marcel Molina
2006-05-21
1
-2
/
+2
*
Add support for FrontBase (http://www.frontbase.com/) with a new adapter than...
Marcel Molina
2006-04-27
4
-0
/
+286
*
Sybase Adapter type conversion cleanup [dev@metacasa.net]
Marcel Molina
2006-04-25
1
-2
/
+2
*
add self referential has_many :through example [Rick]
Rick Olson
2006-03-21
1
-0
/
+4
*
Don't classify the has_one class when eager loading, it is already singular. ...
Rick Olson
2006-03-19
1
-0
/
+5
*
Small pgsql fixes (closes #4083) [pergesu@gmail.com]
David Heinemeier Hansson
2006-03-19
1
-0
/
+1
*
Fix that has_many :through honors the foreign key set by the belongs_to assoc...
Rick Olson
2006-03-18
1
-0
/
+1
*
SQL Server adapter gets some love (closes #4298) [rtomayko@gmail.com]
David Heinemeier Hansson
2006-03-18
1
-1
/
+1
*
Fix incorrect mysql column type (requires AR test DB to be rebuilt) (closes #...
Jamis Buck
2006-03-18
1
-1
/
+1
*
Added OpenBase database adapter that builds on top of the http://www.spice-of...
David Heinemeier Hansson
2006-03-18
4
-0
/
+293
*
Added migrations support to the Sybase adapter (closes #4293) [John R. Sheets]
David Heinemeier Hansson
2006-03-18
1
-21
/
+21
*
Correct syntax error in postgresql schema definition
Michael Koziarski
2006-03-15
1
-1
/
+1
*
Allow counter_cache to accept a column name
Jamis Buck
2006-03-09
1
-10
/
+10
*
Make counter_cache work with polymorphic belongs_to
Jamis Buck
2006-03-04
1
-0
/
+3
*
No longer needed (closes #4017)
David Heinemeier Hansson
2006-03-02
1
-0
/
+0
*
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
[next]