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
/
schema_dumper_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cleanup SQLite AUTOINCREMENT: exclude sqlite_sequence table, factor out featu...
Jeremy Kemper
2006-11-14
1
-1
/
+5
*
Oracle: automatically detect the primary key. Closes #6594.
Jeremy Kemper
2006-11-13
1
-1
/
+1
*
SQLite: use AUTOINCREMENT primary key in >= 3.1.0. Closes #6588.
Jeremy Kemper
2006-11-09
1
-0
/
+1
*
BigDecimal: schema dumper formatting
Jeremy Kemper
2006-07-24
1
-1
/
+1
*
r4704@asus: jeremy | 2006-06-27 12:00:19 -0700
Jeremy Kemper
2006-07-08
1
-1
/
+10
*
Prettify output of schema_dumper by making things line up. Closes #4241 [Caio...
Marcel Molina
2006-04-26
1
-3
/
+30
*
SQL Server adapter gets some love (closes #4298) [rtomayko@gmail.com]
David Heinemeier Hansson
2006-03-18
1
-0
/
+9
*
ActiveRecord::Base.schema_ignore_tables => ActiveRecord::SchemaDumper.ignore_...
Tobias Lütke
2005-12-24
1
-3
/
+3
*
SchemaDumper now doesn't fail anymore when there are unknown column types in ...
Tobias Lütke
2005-12-24
1
-0
/
+32
*
Added migration support for Oracle (closes #2647) [Michael Schoen]
David Heinemeier Hansson
2005-10-29
1
-11
/
+9
*
Refactor DB exceptions and deal more with DB2 (closes #2624)
David Heinemeier Hansson
2005-10-27
1
-4
/
+1
*
Fixed handling of nil number columns on Oracle and cleaned up tests for Oracl...
David Heinemeier Hansson
2005-10-26
1
-8
/
+13
*
Add ActiveRecord::SchemaDumper for dumping a DB schema to a pure-ruby file, m...
Jamis Buck
2005-09-23
1
-0
/
+19