| Commit message (Expand) | Author | Age | Files | Lines |
* | validates_uniqueness_of behaves well with abstract superclasses. References #... | Jeremy Kemper | 2007-10-23 | 1 | -0/+6 |
* | Move all Schema creation into schema.rb for Mysql. Closes #9899 [mikong, lawr... | Michael Koziarski | 2007-10-19 | 6 | -278/+220 |
* | Moving SQL Server tests to the extracted adapter. References #9884. | Jeremy Kemper | 2007-10-16 | 4 | -289/+0 |
* | Ensure that 'autosaving' works when associations aren't loaded [Bryan Helmkam... | Michael Koziarski | 2007-10-10 | 1 | -0/+5 |
* | PostgreSQL: support multiline default values. Closes #7533. | Jeremy Kemper | 2007-10-08 | 1 | -1/+2 |
* | Send the correct INSERT statement when dealing with objects with only primary... | Michael Koziarski | 2007-10-06 | 18 | -1/+58 |
* | OpenBase: update for new lib and latest Rails. Support migrations. Closes #8748. | Jeremy Kemper | 2007-09-13 | 1 | -25/+34 |
* | Improve performance and functionality of the postgresql adapter. Closes #804... | Michael Koziarski | 2007-08-16 | 2 | -0/+47 |
* | Fix polymorphic has_one associations declared in an abstract class. Closes #8... | Jeremy Kemper | 2007-06-25 | 1 | -0/+4 |
* | Consistently quote primary key column names. Closes #7763. | Jeremy Kemper | 2007-03-09 | 19 | -0/+69 |
* | SQLServer: recognize real column type as Ruby float, correctly schema-dump ta... | Jeremy Kemper | 2007-03-03 | 1 | -0/+7 |
* | MySQL: blob and text columns may not have defaults in 5.x. Update fixtures sc... | Jeremy Kemper | 2007-01-28 | 1 | -2/+2 |
* | Oracle: create_table takes a :sequence_name option to override the 'tablename... | Jeremy Kemper | 2007-01-15 | 1 | -0/+17 |
* | SQLServer: handle [quoted] table names. Closes #6635. | Jeremy Kemper | 2007-01-12 | 2 | -0/+9 |
* | Inline primary keys. | Jeremy Kemper | 2007-01-12 | 2 | -59/+42 |
* | Sybase adapter fixes. Closes #6926 [jsheets] | Michael Koziarski | 2007-01-05 | 2 | -2/+3 |
* | utf8 mysql topics table | Jeremy Kemper | 2006-12-19 | 1 | -1/+1 |
* | Subclasses of an abstract class work with single-table inheritance. Closes #5... | Jeremy Kemper | 2006-12-01 | 2 | -5/+5 |
* | MySQL: detect when a NOT NULL column without a default value is misreported a... | Jeremy Kemper | 2006-11-20 | 1 | -2/+2 |
* | Cleanup SQLite AUTOINCREMENT: exclude sqlite_sequence table, factor out featu... | Jeremy Kemper | 2006-11-14 | 1 | -0/+7 |
* | Oracle: resolve test failures, use prefetched primary key for inserts, check ... | Jeremy Kemper | 2006-11-01 | 1 | -1/+1 |
* | Optimistic locking: gracefully handle nil versions, treat as zero. Closes #5908. | Jeremy Kemper | 2006-09-04 | 1 | -0/+8 |
* | MySQL: update test schema for MySQL 5 strict mode. Closes #5861. | Jeremy Kemper | 2006-08-23 | 1 | -11/+11 |
* | Shorten index name. | Jeremy Kemper | 2006-08-16 | 1 | -1/+1 |
* | Included associations: go deep. | Jeremy Kemper | 2006-08-16 | 1 | -0/+10 |
* | r4704@asus: jeremy | 2006-06-27 12:00:19 -0700 | Jeremy Kemper | 2006-07-08 | 19 | -5/+136 |
* | Firebird migrations support. Closes #5337. | Jeremy Kemper | 2006-07-08 | 3 | -61/+11 |
* | For Firebird adapter | David Heinemeier Hansson | 2006-06-03 | 2 | -0/+60 |
* | Make more Firebird tests pass (closes #5188) [kennethkunz@gmail.com] | David Heinemeier Hansson | 2006-06-03 | 2 | -1/+2 |
* | Fix Oracle boolean support and tests. Closes #5139. [schoenm@earthlink.net] | Marcel Molina | 2006-05-21 | 1 | -2/+2 |
* | Add support for FrontBase (http://www.frontbase.com/) with a new adapter than... | Marcel Molina | 2006-04-27 | 4 | -0/+286 |
* | Sybase Adapter type conversion cleanup [dev@metacasa.net] | Marcel Molina | 2006-04-25 | 1 | -2/+2 |
* | add self referential has_many :through example [Rick] | Rick Olson | 2006-03-21 | 1 | -0/+4 |
* | Don't classify the has_one class when eager loading, it is already singular. ... | Rick Olson | 2006-03-19 | 1 | -0/+5 |
* | Small pgsql fixes (closes #4083) [pergesu@gmail.com] | David Heinemeier Hansson | 2006-03-19 | 1 | -0/+1 |
* | Fix that has_many :through honors the foreign key set by the belongs_to assoc... | Rick Olson | 2006-03-18 | 1 | -0/+1 |
* | SQL Server adapter gets some love (closes #4298) [rtomayko@gmail.com] | David Heinemeier Hansson | 2006-03-18 | 1 | -1/+1 |
* | Fix incorrect mysql column type (requires AR test DB to be rebuilt) (closes #... | Jamis Buck | 2006-03-18 | 1 | -1/+1 |
* | Added OpenBase database adapter that builds on top of the http://www.spice-of... | David Heinemeier Hansson | 2006-03-18 | 4 | -0/+293 |
* | Added migrations support to the Sybase adapter (closes #4293) [John R. Sheets] | David Heinemeier Hansson | 2006-03-18 | 1 | -21/+21 |
* | Correct syntax error in postgresql schema definition | Michael Koziarski | 2006-03-15 | 1 | -1/+1 |
* | Allow counter_cache to accept a column name | Jamis Buck | 2006-03-09 | 1 | -10/+10 |
* | Make counter_cache work with polymorphic belongs_to | Jamis Buck | 2006-03-04 | 1 | -0/+3 |
* | No longer needed (closes #4017) | David Heinemeier Hansson | 2006-03-02 | 1 | -0/+0 |
* | Added Sybase database adapter that relies on the Sybase Open Client bindings ... | David Heinemeier Hansson | 2006-03-02 | 4 | -0/+244 |
* | Renamed the "oci" adapter to "oracle", but kept the old name as an alias (clo... | David Heinemeier Hansson | 2006-03-01 | 5 | -2/+2 |
* | Added new column to all db definitions. Where, oh where, is our hereo that wi... | David Heinemeier Hansson | 2006-02-28 | 13 | -0/+46 |
* | Add set_fixture_class to allow the use of table name accessors with models wh... | Nicholas Seckar | 2006-02-27 | 1 | -0/+5 |
* | Improved the Oracle OCI Adapter with better performance for column reflection... | David Heinemeier Hansson | 2006-02-21 | 1 | -2/+1 |
* | Fix Syntax error in mysql.sql, Drop table readers and run aaa_create_tables f... | Michael Koziarski | 2006-02-10 | 8 | -1/+8 |