index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
activerecord
/
test
/
cases
/
schema_dumper_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
PostgreSQL: XML datatype support
Leonardo Borges
2009-08-09
1
-1
/
+11
*
Don't define a default primary key in the schema dumper.
Tristan Dunn
2009-08-08
1
-0
/
+8
*
fix schema_dumper_test for Oracle as it supports precision up to 38
Raimonds Simanovskis
2009-08-06
1
-1
/
+6
*
Oracle can store integers with any :limit
Raimonds Simanovskis
2009-08-06
1
-0
/
+5
*
Add support for dumping non-standard primary keys when using the SQLite3 adap...
Hongli Lai (Phusion)
2009-07-07
1
-7
/
+7
*
Schema dumper now records scale 0 decimal columns as decimal not integer.
Giles Alexander
2009-06-01
1
-0
/
+5
*
Fixed dumping from postgresql columns in index in wrong order. [#2515 state:r...
Max Lapshin
2009-04-21
1
-0
/
+5
*
Quote table names when casting to regclass so that capitalized tables are sup...
Scott Woods
2009-04-21
1
-0
/
+5
*
Autoload ActiveRecord files
Joshua Peek
2008-11-24
1
-1
/
+0
*
Test for tinyint
Jeremy Kemper
2008-06-23
1
-1
/
+1
*
Always treat integer :limit as byte length. [#420 state:resolved]
Tarmo Tänav
2008-06-22
1
-0
/
+46
*
Added AbstractAdapter#table_exists? and made AbstractAdapter#table implementa...
Tarmo Tänav
2008-05-07
1
-107
/
+104
*
Add support for interleaving migrations by storing which migrations have run ...
Rick Olson
2008-04-09
1
-3
/
+3
*
Make the mysql schema dumper roundtrip the limits of text/blob columns. Clos...
Michael Koziarski
2008-03-02
1
-0
/
+12
*
MySQL: omit text/blob defaults from the schema instead of using an empty stri...
Jeremy Kemper
2008-01-30
1
-3
/
+1
*
Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/rails
Jeremy Kemper
2008-01-21
1
-2
/
+2
*
Fix paths
Jeremy Kemper
2008-01-18
1
-1
/
+1
*
Move tests to cases
Jeremy Kemper
2008-01-18
1
-0
/
+131