aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/adapters/postgresql/utils_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* make it possible to run AR tests with bin/testYves Senn2015-06-111-2/+3
|
* pg, `PostgreSQL::Name` to hold schema qualified names.Yves Senn2014-05-301-2/+43
|
* pg, re-introduce `PostgreSQL::Utils` to unify schema/table extraction.Yves Senn2014-05-191-0/+20
| | | | Partial revert of c0bfc3f412834ffe8327a15ae3a46602cc28e425
* PostgreSQLAdapter::Utils seems to be only used from a single spot - quite ↵kares2014-05-141-20/+0
| | | | redundant
* Add missing requireJon Leighton2011-12-031-0/+2
|
* Make #extract_schema_and_table an instance method in UtilsDaniel Schierbeck2011-07-091-0/+18
Also, move the utils test into its own test case.