rails--rails/activerecord/test/fixtures/db_definitions
Jeremy Kemper 2a12b56841 r4704@asus: jeremy | 2006-06-27 12:00:19 -0700
decimal
 r4705@asus:  jeremy | 2006-06-27 12:20:47 -0700
 current_adapter? checks whether any of its arguments is the name of the current adapter class
 r4834@asus:  jeremy | 2006-07-08 13:08:24 -0700
 Room to float.
 r4835@asus:  jeremy | 2006-07-08 13:09:18 -0700
 Give lock test a few chances.
 r4836@asus:  jeremy | 2006-07-08 13:12:05 -0700
 Numeric and decimal columns map to BigDecimal instead of Float. Those with scale 0 map to Integer. Closes #5454.


git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4596 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2006-07-08 20:35:56 +00:00
..
db2.drop.sql r4704@asus: jeremy | 2006-06-27 12:00:19 -0700 2006-07-08 20:35:56 +00:00
db2.sql r4704@asus: jeremy | 2006-06-27 12:00:19 -0700 2006-07-08 20:35:56 +00:00
db22.drop.sql
db22.sql Multiple enhancements and adjustments to DB2 adaptor. Closes #3377. 2006-01-04 04:17:23 +00:00
firebird.drop.sql r4704@asus: jeremy | 2006-06-27 12:00:19 -0700 2006-07-08 20:35:56 +00:00
firebird.sql r4704@asus: jeremy | 2006-06-27 12:00:19 -0700 2006-07-08 20:35:56 +00:00
firebird2.drop.sql
firebird2.sql
frontbase.drop.sql r4704@asus: jeremy | 2006-06-27 12:00:19 -0700 2006-07-08 20:35:56 +00:00
frontbase.sql r4704@asus: jeremy | 2006-06-27 12:00:19 -0700 2006-07-08 20:35:56 +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 r4704@asus: jeremy | 2006-06-27 12:00:19 -0700 2006-07-08 20:35:56 +00:00
mysql.sql r4704@asus: jeremy | 2006-06-27 12:00:19 -0700 2006-07-08 20:35:56 +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 r4704@asus: jeremy | 2006-06-27 12:00:19 -0700 2006-07-08 20:35:56 +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 r4704@asus: jeremy | 2006-06-27 12:00:19 -0700 2006-07-08 20:35:56 +00:00
oracle.sql r4704@asus: jeremy | 2006-06-27 12:00:19 -0700 2006-07-08 20:35:56 +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 r4704@asus: jeremy | 2006-06-27 12:00:19 -0700 2006-07-08 20:35:56 +00:00
postgresql.sql r4704@asus: jeremy | 2006-06-27 12:00:19 -0700 2006-07-08 20:35:56 +00:00
postgresql2.drop.sql
postgresql2.sql
schema.rb Firebird migrations support. Closes #5337. 2006-07-08 17:13:21 +00:00
sqlite.drop.sql r4704@asus: jeremy | 2006-06-27 12:00:19 -0700 2006-07-08 20:35:56 +00:00
sqlite.sql r4704@asus: jeremy | 2006-06-27 12:00:19 -0700 2006-07-08 20:35:56 +00:00
sqlite2.drop.sql
sqlite2.sql
sqlserver.drop.sql r4704@asus: jeremy | 2006-06-27 12:00:19 -0700 2006-07-08 20:35:56 +00:00
sqlserver.sql r4704@asus: jeremy | 2006-06-27 12:00:19 -0700 2006-07-08 20:35:56 +00:00
sqlserver2.drop.sql
sqlserver2.sql
sybase.drop.sql r4704@asus: jeremy | 2006-06-27 12:00:19 -0700 2006-07-08 20:35:56 +00:00
sybase.sql r4704@asus: jeremy | 2006-06-27 12:00:19 -0700 2006-07-08 20:35:56 +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