aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/migration_test.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed db_schema_import when binary types are present (closes #3101) [DHH]David Heinemeier Hansson2006-03-251-0/+17
* Added migrations support to the Sybase adapter (closes #4293) [John R. Sheets]David Heinemeier Hansson2006-03-181-6/+9
* Make migrations verboseJamis Buck2006-03-041-0/+30
* Renamed the "oci" adapter to "oracle", but kept the old name as an alias (clo...David Heinemeier Hansson2006-03-011-3/+3
* Fix change_column to work with postgres 7.x and 8.x.Scott Barron2005-12-201-3/+10
* r4325@asus: jeremy | 2005-11-12 03:57:46 -0800Jeremy Kemper2005-11-121-1/+7
* Added that an DuplicateMigrationVersionError gets raised when multiple migrat...Florian Weber2005-10-311-0/+6
* Added migration support for Oracle (closes #2647) [Michael Schoen]David Heinemeier Hansson2005-10-291-10/+21
* Added migration support to SQL Server adapter (please someone do the same for...David Heinemeier Hansson2005-10-281-25/+45
* Allow symbols to rename columns when using SQLite adapter. #2531 [kevin.clark...Jamis Buck2005-10-251-0/+22
* Speed up the setting of table_name. Closes #2428.Marcel Molina2005-10-101-0/+9
* Add rename_table to mysql, sqlite and postgres adapters for use in migrationsTobias Lütke2005-10-061-0/+19
* Add failing test that shows that AR::Migration.remove_column fails silently w...Marcel Molina2005-09-281-3/+17
* Make migrations honor table name prefixes and suffixes.Marcel Molina2005-09-261-2/+53
* Standardize the interpretation of boolean columns in the Mysql and Sqlite ada...Jamis Buck2005-09-251-0/+23
* Make sqlite adapter pass all testsJamis Buck2005-09-231-0/+2
* Add ActiveRecord::SchemaDumper for dumping a DB schema to a pure-ruby file, m...Jamis Buck2005-09-231-0/+4
* Allow add_column and create_table to specify NOT NULL #1712 [emptysands@gmail...Jamis Buck2005-07-301-0/+25
* Fix create_table so that id column is implicitly added [Rick Olson]Jamis Buck2005-07-271-1/+12
* Added a VERSION parameter to the migrate task that allows you to do "rake mig...David Heinemeier Hansson2005-07-091-0/+15
* Made default changes work in both postgresql and mysql #1612 [Tobias Luetke]David Heinemeier Hansson2005-07-051-0/+2
* Sugared up migrations with even more bling #1609 [Tobias Luekte]David Heinemeier Hansson2005-07-051-9/+54
* Added new Migrations framework for describing schema transformations in a way...David Heinemeier Hansson2005-07-041-0/+139