aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/fixtures/db_definitions
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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