aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/schema_test_postgresql.rb
Commit message (Collapse)AuthorAgeFilesLines
* Quote table names when casting to regclass so that capitalized tables are ↵Scott Woods2009-04-211-0/+22
| | | | | | supported. [#2418 state:resolved] Signed-off-by: Tarmo Tänav <tarmo@itech.ee>
* Fixed wrong quoting of index names in postgres [#2402 state:resolved]Max Lapshin2009-04-211-0/+10
| | | | Signed-off-by: Tarmo Tänav <tarmo@itech.ee>
* Support multiple schemas in table names for postgresql [#390 state:resolved]Max Lapshin2009-04-051-0/+44
| | | | Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
* Make the schema dumper respect the schema settings in database.yml. ↵Michael Koziarski2008-03-031-0/+38
| | | | | | References #8659 [sveiss] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8979 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
* Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/railsJeremy Kemper2008-01-211-2/+2
| | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8681 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
* Move tests to casesJeremy Kemper2008-01-181-0/+64
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8660 5ecf4fe2-1ee6-0310-87b1-e25e094e27de