aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/fixtures/db_definitions
Commit message (Expand)AuthorAgeFilesLines
* 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
* Work-in progress for providing better join model support and polymorphic asso...David Heinemeier Hansson2005-12-021-0/+13
* r3116@asus: jeremy | 2005-11-16 00:17:06 -0800Jeremy Kemper2005-11-164-0/+321
* Oracle: test case for column default parsing. References #2788.Jeremy Kemper2005-11-141-0/+8
* Fixed SQL Server adapter so it honors options[:conditions] when applying :lim...David Heinemeier Hansson2005-10-281-1/+1
* Fixed handling of nil number columns on Oracle and cleaned up tests for Oracl...David Heinemeier Hansson2005-10-263-10/+2
* Added quoted_true and quoted_false methods to db2_adapter and cleaned up test...David Heinemeier Hansson2005-10-261-1/+0
* r3616@asus: jeremy | 2005-09-26 23:09:28 -0700Jeremy Kemper2005-10-162-2/+4
* Update DB2 adapter. Closes #2206.Marcel Molina2005-10-121-0/+1
* Add test coverage for customized primary keys including a failing test for #2...Marcel Molina2005-10-1212-1/+38
* Add geometric type for postgresql adapter. Closes #2233.Marcel Molina2005-10-092-0/+12
* sqlite topics.approved should default to true like the other dbsJeremy Kemper2005-10-061-1/+1
* smallint -> boolean in pg sqlJeremy Kemper2005-10-061-1/+1
* Quote booleans according the rules defined by the adapterMichael Koziarski2005-10-061-1/+1
* Ticket 2256 - Recognize PostgreSQL NOW() default as equivalent to CURRENT_TIM...Jeremy Kemper2005-09-271-0/+2
* Include the orders table in *.drop.sqlJeremy Kemper2005-09-266-0/+7
* Standardize the interpretation of boolean columns in the Mysql and Sqlite ada...Jamis Buck2005-09-251-2/+2
* Make the test_find_all_by_one_attribute and test_find_all_by_one_attribute_wi...David Heinemeier Hansson2005-09-091-1/+1
* Saving a record with two unsaved belongs_to associations pointing to the same...Jamis Buck2005-08-236-1/+51
* Made Oracle a first-class connection adapter by adhering closer to idiomatic ...David Heinemeier Hansson2005-07-244-11/+67
* Allow unspecified join-table columns to use to their default values when addi...Jamis Buck2005-07-186-6/+12
* Fixed incompatibility in DB2 adapter with the new limit/offset approach #1718...David Heinemeier Hansson2005-07-171-0/+2
* Include all tables in mysql, sqlite, and postgresql drop sql.Jeremy Kemper2005-07-053-1/+7
* Fixed that has_and_belongs_to_many didn't respect single table inheritance ty...David Heinemeier Hansson2005-07-036-2/+8
* Fixed that single-table inheritance sub-classes couldn't be used to limit the...David Heinemeier Hansson2005-07-036-5/+11
* Added support for ODBC connections to MS SQL Server so you can connect from a...David Heinemeier Hansson2005-07-012-3/+5
* Fixed that adding a record to a has_and_belongs_to collection would always sa...David Heinemeier Hansson2005-06-186-2/+14
* r1278@iwill: jeremy | 2005-06-12 05:11:48 -0700Jeremy Kemper2005-06-121-2/+0
* Return PostgreSQL columns in the order they are declared #1374 (perlguy@gmail...Jeremy Kemper2005-06-121-1/+1
* Preserve extendedWarranty case in PostgreSQL computers table.Jeremy Kemper2005-06-111-1/+1
* Do not use instantiated fixtures (in general) in tests. Also, support the use...Jamis Buck2005-06-101-5/+5
* Added compatibility with camelCase column names for dynamic finders #533 [Dee...David Heinemeier Hansson2005-04-306-6/+12
* Fixed OCI fixtures [Ryan Carver]David Heinemeier Hansson2005-04-191-3/+3
* Fixed that fixtures were being deleted in the same order as inserts causing F...David Heinemeier Hansson2005-04-186-0/+62
* Fixes for postgresql testing #1129, #1130, #1131David Heinemeier Hansson2005-04-183-4/+4
* SqlServer fixtures - CategoriesPostsDavid Heinemeier Hansson2005-04-171-1/+1
* Fixed db schemaDavid Heinemeier Hansson2005-04-101-1/+2
* Added support for has_and_belongs_to_many associations in eager loading #1064...David Heinemeier Hansson2005-04-1014-40/+71
* Made eager loading work with inheritance hierarchies #1065 [Ryan Carver]David Heinemeier Hansson2005-04-1010-2/+98
* Added quoting of column names for fixtures #997 [jcfischer@gmail.com]David Heinemeier Hansson2005-04-0712-2/+42
* Moved to new serverDavid Heinemeier Hansson2005-04-072-0/+21
* Made eager loading work even moreDavid Heinemeier Hansson2005-04-031-1/+1