aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/fixtures/db_definitions
Commit message (Expand)AuthorAgeFilesLines
* Improve performance and functionality of the postgresql adapter. Closes #804...Michael Koziarski2007-08-162-0/+47
* Fix polymorphic has_one associations declared in an abstract class. Closes #8...Jeremy Kemper2007-06-251-0/+4
* Consistently quote primary key column names. Closes #7763.Jeremy Kemper2007-03-0919-0/+69
* SQLServer: recognize real column type as Ruby float, correctly schema-dump ta...Jeremy Kemper2007-03-031-0/+7
* MySQL: blob and text columns may not have defaults in 5.x. Update fixtures sc...Jeremy Kemper2007-01-281-2/+2
* Oracle: create_table takes a :sequence_name option to override the 'tablename...Jeremy Kemper2007-01-151-0/+17
* SQLServer: handle [quoted] table names. Closes #6635.Jeremy Kemper2007-01-122-0/+9
* Inline primary keys.Jeremy Kemper2007-01-122-59/+42
* Sybase adapter fixes. Closes #6926 [jsheets]Michael Koziarski2007-01-052-2/+3
* utf8 mysql topics tableJeremy Kemper2006-12-191-1/+1
* Subclasses of an abstract class work with single-table inheritance. Closes #5...Jeremy Kemper2006-12-012-5/+5
* MySQL: detect when a NOT NULL column without a default value is misreported a...Jeremy Kemper2006-11-201-2/+2
* Cleanup SQLite AUTOINCREMENT: exclude sqlite_sequence table, factor out featu...Jeremy Kemper2006-11-141-0/+7
* Oracle: resolve test failures, use prefetched primary key for inserts, check ...Jeremy Kemper2006-11-011-1/+1
* Optimistic locking: gracefully handle nil versions, treat as zero. Closes #5908.Jeremy Kemper2006-09-041-0/+8
* MySQL: update test schema for MySQL 5 strict mode. Closes #5861.Jeremy Kemper2006-08-231-11/+11
* Shorten index name.Jeremy Kemper2006-08-161-1/+1
* Included associations: go deep.Jeremy Kemper2006-08-161-0/+10
* r4704@asus: jeremy | 2006-06-27 12:00:19 -0700Jeremy Kemper2006-07-0819-5/+136
* Firebird migrations support. Closes #5337.Jeremy Kemper2006-07-083-61/+11
* For Firebird adapterDavid Heinemeier Hansson2006-06-032-0/+60
* Make more Firebird tests pass (closes #5188) [kennethkunz@gmail.com]David Heinemeier Hansson2006-06-032-1/+2
* Fix Oracle boolean support and tests. Closes #5139. [schoenm@earthlink.net]Marcel Molina2006-05-211-2/+2
* Add support for FrontBase (http://www.frontbase.com/) with a new adapter than...Marcel Molina2006-04-274-0/+286
* Sybase Adapter type conversion cleanup [dev@metacasa.net]Marcel Molina2006-04-251-2/+2
* add self referential has_many :through example [Rick]Rick Olson2006-03-211-0/+4
* Don't classify the has_one class when eager loading, it is already singular. ...Rick Olson2006-03-191-0/+5
* Small pgsql fixes (closes #4083) [pergesu@gmail.com]David Heinemeier Hansson2006-03-191-0/+1
* Fix that has_many :through honors the foreign key set by the belongs_to assoc...Rick Olson2006-03-181-0/+1
* SQL Server adapter gets some love (closes #4298) [rtomayko@gmail.com]David Heinemeier Hansson2006-03-181-1/+1
* Fix incorrect mysql column type (requires AR test DB to be rebuilt) (closes #...Jamis Buck2006-03-181-1/+1
* Added OpenBase database adapter that builds on top of the http://www.spice-of...David Heinemeier Hansson2006-03-184-0/+293
* Added migrations support to the Sybase adapter (closes #4293) [John R. Sheets]David Heinemeier Hansson2006-03-181-21/+21
* Correct syntax error in postgresql schema definitionMichael Koziarski2006-03-151-1/+1
* Allow counter_cache to accept a column nameJamis Buck2006-03-091-10/+10
* Make counter_cache work with polymorphic belongs_toJamis Buck2006-03-041-0/+3
* No longer needed (closes #4017)David Heinemeier Hansson2006-03-021-0/+0
* Added Sybase database adapter that relies on the Sybase Open Client bindings ...David Heinemeier Hansson2006-03-024-0/+244
* Renamed the "oci" adapter to "oracle", but kept the old name as an alias (clo...David Heinemeier Hansson2006-03-015-2/+2
* Added new column to all db definitions. Where, oh where, is our hereo that wi...David Heinemeier Hansson2006-02-2813-0/+46
* Add set_fixture_class to allow the use of table name accessors with models wh...Nicholas Seckar2006-02-271-0/+5
* Improved the Oracle OCI Adapter with better performance for column reflection...David Heinemeier Hansson2006-02-211-2/+1
* Fix Syntax error in mysql.sql, Drop table readers and run aaa_create_tables f...Michael Koziarski2006-02-108-1/+8
* Allow has_many :through to work with :include [Michael Schoen]. Closes #3611Michael Koziarski2006-02-107-0/+50
* SQL Server cannot sort on type text. This causes three errors in the activere...Jeremy Kemper2006-02-091-2/+2
* PostgreSQL: correctly parse negative integer column defaults. References #3776.Jeremy Kemper2006-02-091-1/+3
* allow the 'lock_version' column to be configured with set_locking_column. Cl...Michael Koziarski2006-01-1414-0/+63
* Multiple enhancements and adjustments to DB2 adaptor. Closes #3377.Marcel Molina2006-01-042-102/+102
* Added tests for join models and fixed a bug #3177David Heinemeier Hansson2005-12-111-0/+6
* PostgreSQL: more robust sequence name discovery. References #3087.Jeremy Kemper2005-12-081-2/+3