aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/fixtures/db_definitions/postgresql.sql
Commit message (Expand)AuthorAgeFilesLines
* Consistently quote primary key column names. Closes #7763.Jeremy Kemper2007-03-091-0/+5
* Inline primary keys.Jeremy Kemper2007-01-121-57/+41
* MySQL: detect when a NOT NULL column without a default value is misreported a...Jeremy Kemper2006-11-201-2/+2
* r4704@asus: jeremy | 2006-06-27 12:00:19 -0700Jeremy Kemper2006-07-081-1/+11
* Correct syntax error in postgresql schema definitionMichael Koziarski2006-03-151-1/+1
* Added new column to all db definitions. Where, oh where, is our hereo that wi...David Heinemeier Hansson2006-02-281-0/+5
* Allow has_many :through to work with :include [Michael Schoen]. Closes #3611Michael Koziarski2006-02-101-0/+7
* 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-141-0/+7
* PostgreSQL: more robust sequence name discovery. References #3087.Jeremy Kemper2005-12-081-2/+3
* r3616@asus: jeremy | 2005-09-26 23:09:28 -0700Jeremy Kemper2005-10-161-2/+3
* Add test coverage for customized primary keys including a failing test for #2...Marcel Molina2005-10-121-0/+5
* Add geometric type for postgresql adapter. Closes #2233.Marcel Molina2005-10-091-0/+11
* smallint -> boolean in pg sqlJeremy Kemper2005-10-061-1/+1
* Ticket 2256 - Recognize PostgreSQL NOW() default as equivalent to CURRENT_TIM...Jeremy Kemper2005-09-271-0/+2
* Saving a record with two unsaved belongs_to associations pointing to the same...Jamis Buck2005-08-231-0/+9
* Allow unspecified join-table columns to use to their default values when addi...Jamis Buck2005-07-181-1/+2
* Fixed that has_and_belongs_to_many didn't respect single table inheritance ty...David Heinemeier Hansson2005-07-031-0/+1
* Fixed that single-table inheritance sub-classes couldn't be used to limit the...David Heinemeier Hansson2005-07-031-1/+2
* Fixed that adding a record to a has_and_belongs_to collection would always sa...David Heinemeier Hansson2005-06-181-0/+2
* 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
* Added compatibility with camelCase column names for dynamic finders #533 [Dee...David Heinemeier Hansson2005-04-301-1/+2
* Fixed that fixtures were being deleted in the same order as inserts causing F...David Heinemeier Hansson2005-04-181-0/+9
* Fixes for postgresql testing #1129, #1130, #1131David Heinemeier Hansson2005-04-181-2/+2
* Added support for has_and_belongs_to_many associations in eager loading #1064...David Heinemeier Hansson2005-04-101-0/+10
* Made eager loading work with inheritance hierarchies #1065 [Ryan Carver]David Heinemeier Hansson2005-04-101-0/+20
* Added quoting of column names for fixtures #997 [jcfischer@gmail.com]David Heinemeier Hansson2005-04-071-0/+6
* Added better defaults for composed_of, so statements like composed_of :time_z...David Heinemeier Hansson2005-03-011-0/+1
* Added automatic dropping/creating of test tables for running the unit tests o...David Heinemeier Hansson2005-02-201-1/+2
* Fixed that foreign keys named the same as the association would cause stack o...David Heinemeier Hansson2005-01-111-0/+5
* Fixed a bug in the Ruby/MySQL that caused binary content to be escaped badly ...David Heinemeier Hansson2005-01-011-0/+6
* Added automated optimistic locking if the field lock_version is present #384 ...David Heinemeier Hansson2004-12-311-0/+7
* Added higher_item and lower_item as public methods for acts_as_list #342 [Tob...David Heinemeier Hansson2004-12-191-0/+1
* Set a high default salary within the validation rangeDavid Heinemeier Hansson2004-12-191-1/+1
* Added Developer#salary for the type testsDavid Heinemeier Hansson2004-12-191-0/+1
* Added Base.validates_format_of that Validates whether the value of the specif...David Heinemeier Hansson2004-12-161-1/+1
* Added tree mixin and unit tests for all the mixinsDavid Heinemeier Hansson2004-12-151-0/+12
* Added proper handling of time fields that are turned into Time objects with t...David Heinemeier Hansson2004-12-011-0/+1
* InitialDavid Heinemeier Hansson2004-11-241-0/+114