1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activerecord/test/fixtures/db_definitions
2007-06-25 22:42:19 +00:00
..
db2.drop.sql Consistently quote primary key column names. Closes #7763. 2007-03-09 03:23:37 +00:00
db2.sql Consistently quote primary key column names. Closes #7763. 2007-03-09 03:23:37 +00:00
db22.drop.sql Added automatic dropping/creating of test tables for running the unit tests on all databases #587 [adelle@bullet.net.au] 2005-02-20 21:21:41 +00:00
db22.sql Multiple enhancements and adjustments to DB2 adaptor. Closes #3377. 2006-01-04 04:17:23 +00:00
firebird.drop.sql Consistently quote primary key column names. Closes #7763. 2007-03-09 03:23:37 +00:00
firebird.sql Consistently quote primary key column names. Closes #7763. 2007-03-09 03:23:37 +00:00
firebird2.drop.sql r3116@asus: jeremy | 2005-11-16 00:17:06 -0800 2005-11-16 08:18:13 +00:00
firebird2.sql r3116@asus: jeremy | 2005-11-16 00:17:06 -0800 2005-11-16 08:18:13 +00:00
frontbase.drop.sql Consistently quote primary key column names. Closes #7763. 2007-03-09 03:23:37 +00:00
frontbase.sql Consistently quote primary key column names. Closes #7763. 2007-03-09 03:23:37 +00:00
frontbase2.drop.sql Add support for FrontBase (http://www.frontbase.com/) with a new adapter thanks to the hard work of one Mike Laster. Closes #4093. [mlaster@metavillage.com] 2006-04-27 22:39:45 +00:00
frontbase2.sql Add support for FrontBase (http://www.frontbase.com/) with a new adapter thanks to the hard work of one Mike Laster. Closes #4093. [mlaster@metavillage.com] 2006-04-27 22:39:45 +00:00
mysql.drop.sql Consistently quote primary key column names. Closes #7763. 2007-03-09 03:23:37 +00:00
mysql.sql Consistently quote primary key column names. Closes #7763. 2007-03-09 03:23:37 +00:00
mysql2.drop.sql Added automatic dropping/creating of test tables for running the unit tests on all databases #587 [adelle@bullet.net.au] 2005-02-20 21:21:41 +00:00
mysql2.sql Made sure all MySQL tables are created as InnoDB 2005-04-02 07:46:41 +00:00
openbase.drop.sql Added OpenBase database adapter that builds on top of the http://www.spice-of-life.net/ruby-openbase/ driver. All functionality except LIMIT/OFFSET is supported (closes #3528) [derrickspell@cdmplus.com] 2006-03-18 16:50:25 +00:00
openbase.sql Consistently quote primary key column names. Closes #7763. 2007-03-09 03:23:37 +00:00
openbase2.drop.sql Added OpenBase database adapter that builds on top of the http://www.spice-of-life.net/ruby-openbase/ driver. All functionality except LIMIT/OFFSET is supported (closes #3528) [derrickspell@cdmplus.com] 2006-03-18 16:50:25 +00:00
openbase2.sql Added OpenBase database adapter that builds on top of the http://www.spice-of-life.net/ruby-openbase/ driver. All functionality except LIMIT/OFFSET is supported (closes #3528) [derrickspell@cdmplus.com] 2006-03-18 16:50:25 +00:00
oracle.drop.sql Consistently quote primary key column names. Closes #7763. 2007-03-09 03:23:37 +00:00
oracle.sql Consistently quote primary key column names. Closes #7763. 2007-03-09 03:23:37 +00:00
oracle2.drop.sql Renamed the "oci" adapter to "oracle", but kept the old name as an alias (closes #4017) [schoenm@earthlink.net] 2006-03-01 16:01:53 +00:00
oracle2.sql Renamed the "oci" adapter to "oracle", but kept the old name as an alias (closes #4017) [schoenm@earthlink.net] 2006-03-01 16:01:53 +00:00
postgresql.drop.sql Consistently quote primary key column names. Closes #7763. 2007-03-09 03:23:37 +00:00
postgresql.sql Consistently quote primary key column names. Closes #7763. 2007-03-09 03:23:37 +00:00
postgresql2.drop.sql Added automatic dropping/creating of test tables for running the unit tests on all databases #587 [adelle@bullet.net.au] 2005-02-20 21:21:41 +00:00
postgresql2.sql Inline primary keys. 2007-01-12 04:58:08 +00:00
schema.rb Fix polymorphic has_one associations declared in an abstract class. Closes #8638. 2007-06-25 22:42:19 +00:00
sqlite.drop.sql Consistently quote primary key column names. Closes #7763. 2007-03-09 03:23:37 +00:00
sqlite.sql Consistently quote primary key column names. Closes #7763. 2007-03-09 03:23:37 +00:00
sqlite2.drop.sql Added automatic dropping/creating of test tables for running the unit tests on all databases #587 [adelle@bullet.net.au] 2005-02-20 21:21:41 +00:00
sqlite2.sql Added automatic dropping/creating of test tables for running the unit tests on all databases #587 [adelle@bullet.net.au] 2005-02-20 21:21:41 +00:00
sqlserver.drop.sql Consistently quote primary key column names. Closes #7763. 2007-03-09 03:23:37 +00:00
sqlserver.sql Consistently quote primary key column names. Closes #7763. 2007-03-09 03:23:37 +00:00
sqlserver2.drop.sql Added automatic dropping/creating of test tables for running the unit tests on all databases #587 [adelle@bullet.net.au] 2005-02-20 21:21:41 +00:00
sqlserver2.sql Added automatic dropping/creating of test tables for running the unit tests on all databases #587 [adelle@bullet.net.au] 2005-02-20 21:21:41 +00:00
sybase.drop.sql Consistently quote primary key column names. Closes #7763. 2007-03-09 03:23:37 +00:00
sybase.sql Consistently quote primary key column names. Closes #7763. 2007-03-09 03:23:37 +00:00
sybase2.drop.sql Added Sybase database adapter that relies on the Sybase Open Client bindings (see http://raa.ruby-lang.org/project/sybase-ctlib) (closes #3765) [John Sheets] 2006-03-02 01:15:41 +00:00
sybase2.sql Added Sybase database adapter that relies on the Sybase Open Client bindings (see http://raa.ruby-lang.org/project/sybase-ctlib) (closes #3765) [John Sheets] 2006-03-02 01:15:41 +00:00