aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/migration_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Reinstate test_change_column_nullability for all adapters. Closes #9945 [lawr...Jeremy Kemper2007-10-221-2/+1
* typo in test nameMichael Koziarski2007-10-191-1/+1
* Few more tests for Sexy MigrationsMichael Koziarski2007-10-191-0/+24
* Add t.belongs_to and t.references to sexy migrations [arthurgeek]Michael Koziarski2007-10-191-1/+36
* Test that change_column quotes column names. Closes #9537 [lawrence]Jeremy Kemper2007-10-151-1/+13
* MySQL: fix change_column on not-null columns that don't accept dfeault values...Jeremy Kemper2007-10-081-0/+10
* Allow change_column to set NOT NULL in the PostgreSQL adaptor. Closes #3904 [...Michael Koziarski2007-10-071-1/+15
* Fixed spelling errors (closes #9706) [tarmo/rmm5t]David Heinemeier Hansson2007-09-281-2/+2
* Fix broken mysql test [frederick.cheung@gmail.com]Michael Koziarski2007-09-221-0/+1
* Fixed rename_column for SQLite when using symbols for the column names (close...David Heinemeier Hansson2007-09-221-1/+10
* OpenBase: update for new lib and latest Rails. Support migrations. Closes #8748.Jeremy Kemper2007-09-131-9/+21
* Fix assertion for the mysql default work around committed earlier.Michael Koziarski2007-09-051-1/+5
* Work around mysql limitations for defaults on text columns with not null. Cl...Michael Koziarski2007-09-041-1/+1
* Rollback [6961] which breaks SQLite tests. Reference #7345.Jeremy Kemper2007-06-081-16/+0
* Migrations: raise if a column is duplicated. Closes #7345.Jeremy Kemper2007-06-071-0/+16
* SQLite, MySQL, PostgreSQL, Oracle: quote column names in column migration SQL...Jeremy Kemper2007-05-291-0/+11
* Migrations: add_column supports custom column types. Closes #7742. First-patc...Jeremy Kemper2007-05-251-0/+14
* Ensure that the BigDecimal assertions aren't run for sqlite3, which doesn't s...Michael Koziarski2007-05-181-4/+10
* Remove special cases for BigDecimal and SQLite, tests pass without them and f...Michael Koziarski2007-03-161-9/+3
* Fix typo in migration test.Jeremy Kemper2007-03-161-1/+1
* PostgreSQL: remove DateTime -> Time downcast. Bypass the DateTime migration t...Jeremy Kemper2007-03-161-4/+6
* DateTimes assume the default timezone. Closes #7764.Jeremy Kemper2007-03-091-0/+5
* Fix an edge case with dates during the Italian calendar reform! Hehe. Closes ...Jeremy Kemper2007-03-061-2/+9
* Test DateTime native type in migrations. References #7649.Jeremy Kemper2007-03-041-2/+4
* MySQL disallows TEXT defaults so don't test for them.Jeremy Kemper2007-02-111-3/+6
* Oracle: fix lob and text default handling. Closes #7344.Jeremy Kemper2007-01-291-18/+19
* MySQL: blob and text columns may not have defaults in 5.x. Update fixtures sc...Jeremy Kemper2007-01-281-2/+2
* change_column accepts :default => nil. Closes #6956.Jeremy Kemper2007-01-151-2/+15
* MySQL, PostgreSQL: change_column_default quotes the default value and doesn't...Jeremy Kemper2007-01-151-2/+14
* Oracle: create_table takes a :sequence_name option to override the 'tablename...Jeremy Kemper2007-01-151-1/+38
* Sybase adapter fixes. Closes #6926 [jsheets]Michael Koziarski2007-01-051-2/+8
* SQLite: count(distinct) queries supported in >= 3.2.6, fix calculations worka...Jeremy Kemper2006-11-051-4/+3
* Fixed rename_table on SQLite tables with indexes defined (closes #5942) [bran...David Heinemeier Hansson2006-10-091-0/+21
* Migrations: gracefully handle missing migration files. Closes #5857.Jeremy Kemper2006-08-231-0/+14
* Make indexed columns easy to extract from the index name. Oracle users should...Jeremy Kemper2006-08-151-8/+11
* Migrations: uniquely name multicolumn indexes so you don't have to.Jeremy Kemper2006-08-151-1/+7
* SQLServer: added tests to ensure all database statements are closed, refactor...Jeremy Kemper2006-07-101-7/+10
* Oracle: BigDecimal support. Closes #5667.Jeremy Kemper2006-07-101-2/+6
* r4704@asus: jeremy | 2006-06-27 12:00:19 -0700Jeremy Kemper2006-07-081-18/+135
* Firebird migrations support. Closes #5337.Jeremy Kemper2006-07-081-15/+13
* More succinct current_adapter? Enable locking duel for Oracle.Jeremy Kemper2006-07-071-50/+50
* Fixed a few Oracle issues: Allows Oracle's odd date handling to still work co...David Heinemeier Hansson2006-07-051-1/+1
* Fixed migration trouble with SQLite when NOT NULL is used in the new definiti...David Heinemeier Hansson2006-06-031-1/+2
* Fix Oracle boolean support and tests. Closes #5139. [schoenm@earthlink.net]Marcel Molina2006-05-211-8/+8
* Preserve MySQL boolean column defaults when changing a column in a migration....Marcel Molina2006-05-141-0/+8
* Wipe those tears.. References [4335].Jeremy Kemper2006-05-121-16/+8
* PostgreSQL: migrations support :limit with :integer columns by mapping limit ...Jeremy Kemper2006-05-121-0/+40
* Add support for FrontBase (http://www.frontbase.com/) with a new adapter than...Marcel Molina2006-04-271-17/+19
* Properly quote index names in migrations (closes #4764) [John Long]Rick Olson2006-04-201-0/+6
* Get the green light for Oracle AR unit tests (closes #4573) [Michael Schoen]David Heinemeier Hansson2006-04-041-5/+9