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-10-16 05:05:22 +00:00
..
db2.drop.sql Send the correct INSERT statement when dealing with objects with only primary keys. Closes #9523 [tarmo] 2007-10-06 00:49:58 +00:00
db2.sql Send the correct INSERT statement when dealing with objects with only primary keys. Closes #9523 [tarmo] 2007-10-06 00:49:58 +00:00
db22.drop.sql
db22.sql
firebird.drop.sql Send the correct INSERT statement when dealing with objects with only primary keys. Closes #9523 [tarmo] 2007-10-06 00:49:58 +00:00
firebird.sql Send the correct INSERT statement when dealing with objects with only primary keys. Closes #9523 [tarmo] 2007-10-06 00:49:58 +00:00
firebird2.drop.sql
firebird2.sql
frontbase.drop.sql Send the correct INSERT statement when dealing with objects with only primary keys. Closes #9523 [tarmo] 2007-10-06 00:49:58 +00:00
frontbase.sql Send the correct INSERT statement when dealing with objects with only primary keys. Closes #9523 [tarmo] 2007-10-06 00:49:58 +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 Send the correct INSERT statement when dealing with objects with only primary keys. Closes #9523 [tarmo] 2007-10-06 00:49:58 +00:00
mysql.sql Send the correct INSERT statement when dealing with objects with only primary keys. Closes #9523 [tarmo] 2007-10-06 00:49:58 +00:00
mysql2.drop.sql
mysql2.sql
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 Send the correct INSERT statement when dealing with objects with only primary keys. Closes #9523 [tarmo] 2007-10-06 00:49:58 +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 Send the correct INSERT statement when dealing with objects with only primary keys. Closes #9523 [tarmo] 2007-10-06 00:49:58 +00:00
oracle.sql Send the correct INSERT statement when dealing with objects with only primary keys. Closes #9523 [tarmo] 2007-10-06 00:49:58 +00:00
oracle2.drop.sql
oracle2.sql
postgresql.drop.sql Improve performance and functionality of the postgresql adapter. Closes #8049 [roderickvd] 2007-08-16 06:26:30 +00:00
postgresql.sql PostgreSQL: support multiline default values. Closes #7533. 2007-10-08 06:17:53 +00:00
postgresql2.drop.sql
postgresql2.sql Inline primary keys. 2007-01-12 04:58:08 +00:00
schema.rb Ensure that 'autosaving' works when associations aren't loaded [Bryan Helmkamp] References #8713 2007-10-10 06:45:13 +00:00
sqlite.drop.sql Send the correct INSERT statement when dealing with objects with only primary keys. Closes #9523 [tarmo] 2007-10-06 00:49:58 +00:00
sqlite.sql Send the correct INSERT statement when dealing with objects with only primary keys. Closes #9523 [tarmo] 2007-10-06 00:49:58 +00:00
sqlite2.drop.sql
sqlite2.sql
sybase.drop.sql Send the correct INSERT statement when dealing with objects with only primary keys. Closes #9523 [tarmo] 2007-10-06 00:49:58 +00:00
sybase.sql Send the correct INSERT statement when dealing with objects with only primary keys. Closes #9523 [tarmo] 2007-10-06 00:49:58 +00:00
sybase2.drop.sql
sybase2.sql