| Commit message (Expand) | Author | Age | Files | Lines |
* | Rollback [6961] which breaks SQLite tests. Reference #7345. | Jeremy Kemper | 2007-06-08 | 1 | -16/+0 |
* | Migrations: raise if a column is duplicated. Closes #7345. | Jeremy Kemper | 2007-06-07 | 1 | -0/+16 |
* | SQLite, MySQL, PostgreSQL, Oracle: quote column names in column migration SQL... | Jeremy Kemper | 2007-05-29 | 1 | -0/+11 |
* | Migrations: add_column supports custom column types. Closes #7742. First-patc... | Jeremy Kemper | 2007-05-25 | 1 | -0/+14 |
* | Ensure that the BigDecimal assertions aren't run for sqlite3, which doesn't s... | Michael Koziarski | 2007-05-18 | 1 | -4/+10 |
* | Remove special cases for BigDecimal and SQLite, tests pass without them and f... | Michael Koziarski | 2007-03-16 | 1 | -9/+3 |
* | Fix typo in migration test. | Jeremy Kemper | 2007-03-16 | 1 | -1/+1 |
* | PostgreSQL: remove DateTime -> Time downcast. Bypass the DateTime migration t... | Jeremy Kemper | 2007-03-16 | 1 | -4/+6 |
* | DateTimes assume the default timezone. Closes #7764. | Jeremy Kemper | 2007-03-09 | 1 | -0/+5 |
* | Fix an edge case with dates during the Italian calendar reform! Hehe. Closes ... | Jeremy Kemper | 2007-03-06 | 1 | -2/+9 |
* | Test DateTime native type in migrations. References #7649. | Jeremy Kemper | 2007-03-04 | 1 | -2/+4 |
* | MySQL disallows TEXT defaults so don't test for them. | Jeremy Kemper | 2007-02-11 | 1 | -3/+6 |
* | Oracle: fix lob and text default handling. Closes #7344. | Jeremy Kemper | 2007-01-29 | 1 | -18/+19 |
* | MySQL: blob and text columns may not have defaults in 5.x. Update fixtures sc... | Jeremy Kemper | 2007-01-28 | 1 | -2/+2 |
* | change_column accepts :default => nil. Closes #6956. | Jeremy Kemper | 2007-01-15 | 1 | -2/+15 |
* | MySQL, PostgreSQL: change_column_default quotes the default value and doesn't... | Jeremy Kemper | 2007-01-15 | 1 | -2/+14 |
* | Oracle: create_table takes a :sequence_name option to override the 'tablename... | Jeremy Kemper | 2007-01-15 | 1 | -1/+38 |
* | Sybase adapter fixes. Closes #6926 [jsheets] | Michael Koziarski | 2007-01-05 | 1 | -2/+8 |
* | SQLite: count(distinct) queries supported in >= 3.2.6, fix calculations worka... | Jeremy Kemper | 2006-11-05 | 1 | -4/+3 |
* | Fixed rename_table on SQLite tables with indexes defined (closes #5942) [bran... | David Heinemeier Hansson | 2006-10-09 | 1 | -0/+21 |
* | Migrations: gracefully handle missing migration files. Closes #5857. | Jeremy Kemper | 2006-08-23 | 1 | -0/+14 |
* | Make indexed columns easy to extract from the index name. Oracle users should... | Jeremy Kemper | 2006-08-15 | 1 | -8/+11 |
* | Migrations: uniquely name multicolumn indexes so you don't have to. | Jeremy Kemper | 2006-08-15 | 1 | -1/+7 |
* | SQLServer: added tests to ensure all database statements are closed, refactor... | Jeremy Kemper | 2006-07-10 | 1 | -7/+10 |
* | Oracle: BigDecimal support. Closes #5667. | Jeremy Kemper | 2006-07-10 | 1 | -2/+6 |
* | r4704@asus: jeremy | 2006-06-27 12:00:19 -0700 | Jeremy Kemper | 2006-07-08 | 1 | -18/+135 |
* | Firebird migrations support. Closes #5337. | Jeremy Kemper | 2006-07-08 | 1 | -15/+13 |
* | More succinct current_adapter? Enable locking duel for Oracle. | Jeremy Kemper | 2006-07-07 | 1 | -50/+50 |
* | Fixed a few Oracle issues: Allows Oracle's odd date handling to still work co... | David Heinemeier Hansson | 2006-07-05 | 1 | -1/+1 |
* | Fixed migration trouble with SQLite when NOT NULL is used in the new definiti... | David Heinemeier Hansson | 2006-06-03 | 1 | -1/+2 |
* | Fix Oracle boolean support and tests. Closes #5139. [schoenm@earthlink.net] | Marcel Molina | 2006-05-21 | 1 | -8/+8 |
* | Preserve MySQL boolean column defaults when changing a column in a migration.... | Marcel Molina | 2006-05-14 | 1 | -0/+8 |
* | Wipe those tears.. References [4335]. | Jeremy Kemper | 2006-05-12 | 1 | -16/+8 |
* | PostgreSQL: migrations support :limit with :integer columns by mapping limit ... | Jeremy Kemper | 2006-05-12 | 1 | -0/+40 |
* | Add support for FrontBase (http://www.frontbase.com/) with a new adapter than... | Marcel Molina | 2006-04-27 | 1 | -17/+19 |
* | Properly quote index names in migrations (closes #4764) [John Long] | Rick Olson | 2006-04-20 | 1 | -0/+6 |
* | Get the green light for Oracle AR unit tests (closes #4573) [Michael Schoen] | David Heinemeier Hansson | 2006-04-04 | 1 | -5/+9 |
* | Fixed db_schema_import when binary types are present (closes #3101) [DHH] | David Heinemeier Hansson | 2006-03-25 | 1 | -0/+17 |
* | Added migrations support to the Sybase adapter (closes #4293) [John R. Sheets] | David Heinemeier Hansson | 2006-03-18 | 1 | -6/+9 |
* | Make migrations verbose | Jamis Buck | 2006-03-04 | 1 | -0/+30 |
* | Renamed the "oci" adapter to "oracle", but kept the old name as an alias (clo... | David Heinemeier Hansson | 2006-03-01 | 1 | -3/+3 |
* | Fix change_column to work with postgres 7.x and 8.x. | Scott Barron | 2005-12-20 | 1 | -3/+10 |
* | r4325@asus: jeremy | 2005-11-12 03:57:46 -0800 | Jeremy Kemper | 2005-11-12 | 1 | -1/+7 |
* | Added that an DuplicateMigrationVersionError gets raised when multiple migrat... | Florian Weber | 2005-10-31 | 1 | -0/+6 |
* | Added migration support for Oracle (closes #2647) [Michael Schoen] | David Heinemeier Hansson | 2005-10-29 | 1 | -10/+21 |
* | Added migration support to SQL Server adapter (please someone do the same for... | David Heinemeier Hansson | 2005-10-28 | 1 | -25/+45 |
* | Allow symbols to rename columns when using SQLite adapter. #2531 [kevin.clark... | Jamis Buck | 2005-10-25 | 1 | -0/+22 |
* | Speed up the setting of table_name. Closes #2428. | Marcel Molina | 2005-10-10 | 1 | -0/+9 |
* | Add rename_table to mysql, sqlite and postgres adapters for use in migrations | Tobias Lütke | 2005-10-06 | 1 | -0/+19 |
* | Add failing test that shows that AR::Migration.remove_column fails silently w... | Marcel Molina | 2005-09-28 | 1 | -3/+17 |