aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/fixtures/db_definitions
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added new Base.find API and deprecated find_all, find_first. Added preliminar...David Heinemeier Hansson2005-04-032-1/+21
* Made sure all MySQL tables are created as InnoDBDavid Heinemeier Hansson2005-04-022-14/+14
* Fixed the MS SQL adapter to work with the new limit/offset approach and with ...David Heinemeier Hansson2005-03-232-50/+36
* changes the CREATE TABLE script for the "binaries" table to use the "image" d...David Heinemeier Hansson2005-03-201-1/+1
* Added better defaults for composed_of, so statements like composed_of :time_z...David Heinemeier Hansson2005-03-016-1/+7
* Added a OCI8-based Oracle adapter that has been verified to work with Oracle ...David Heinemeier Hansson2005-02-236-156/+193
* Added automatic dropping/creating of test tables for running the unit tests o...David Heinemeier Hansson2005-02-2020-4/+114
* Added an Oracle adapter that works with the Oracle bindings by Yoshida (http:...David Heinemeier Hansson2005-02-076-0/+204
* Fixed that foreign keys named the same as the association would cause stack o...David Heinemeier Hansson2005-01-115-1/+25
* Fixed the last details to please DB2David Heinemeier Hansson2005-01-031-2/+2
* Added the latest two tables to the DB2 schemasDavid Heinemeier Hansson2005-01-011-0/+12
* Added a db2 adapter that only depends on the Ruby/DB2 bindings (http://raa.ru...David Heinemeier Hansson2005-01-012-0/+116