| Commit message (Expand) | Author | Age | Files | Lines |
* | Make sure that the Schema Dumper supports non-standard primary keys with MySQ... | Michael Koziarski | 2007-10-25 | 1 | -0/+7 |
* | Work around mysql limitations for defaults on text columns with not null. Cl... | Michael Koziarski | 2007-09-04 | 1 | -1/+1 |
* | Sexy dumper now has its groove on (closes #8281) [Chris Wanstrath] | David Heinemeier Hansson | 2007-05-11 | 1 | -4/+20 |
* | MySQL: blob and text columns may not have defaults in 5.x. Update fixtures sc... | Jeremy Kemper | 2007-01-28 | 1 | -0/+7 |
* | Cleanup SQLite AUTOINCREMENT: exclude sqlite_sequence table, factor out featu... | Jeremy Kemper | 2006-11-14 | 1 | -1/+5 |
* | Oracle: automatically detect the primary key. Closes #6594. | Jeremy Kemper | 2006-11-13 | 1 | -1/+1 |
* | SQLite: use AUTOINCREMENT primary key in >= 3.1.0. Closes #6588. | Jeremy Kemper | 2006-11-09 | 1 | -0/+1 |
* | BigDecimal: schema dumper formatting | Jeremy Kemper | 2006-07-24 | 1 | -1/+1 |
* | r4704@asus: jeremy | 2006-06-27 12:00:19 -0700 | Jeremy Kemper | 2006-07-08 | 1 | -1/+10 |
* | Prettify output of schema_dumper by making things line up. Closes #4241 [Caio... | Marcel Molina | 2006-04-26 | 1 | -3/+30 |
* | SQL Server adapter gets some love (closes #4298) [rtomayko@gmail.com] | David Heinemeier Hansson | 2006-03-18 | 1 | -0/+9 |
* | ActiveRecord::Base.schema_ignore_tables => ActiveRecord::SchemaDumper.ignore_... | Tobias Lütke | 2005-12-24 | 1 | -3/+3 |
* | SchemaDumper now doesn't fail anymore when there are unknown column types in ... | Tobias Lütke | 2005-12-24 | 1 | -0/+32 |
* | Added migration support for Oracle (closes #2647) [Michael Schoen] | David Heinemeier Hansson | 2005-10-29 | 1 | -11/+9 |
* | Refactor DB exceptions and deal more with DB2 (closes #2624) | David Heinemeier Hansson | 2005-10-27 | 1 | -4/+1 |
* | Fixed handling of nil number columns on Oracle and cleaned up tests for Oracl... | David Heinemeier Hansson | 2005-10-26 | 1 | -8/+13 |
* | Add ActiveRecord::SchemaDumper for dumping a DB schema to a pure-ruby file, m... | Jamis Buck | 2005-09-23 | 1 | -0/+19 |