aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/adapters/postgresql/schema_test.rb
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed the inferred table name for HABTM within a schemaEric Chahin2014-05-201-0/+26
* pg, re-introduce `PostgreSQL::Utils` to unify schema/table extraction.Yves Senn2014-05-191-15/+0
* PostgreSQLAdapter::Utils seems to be only used from a single spot - quite red...kares2014-05-141-0/+15
* Prevent state leak in test.Guo Xiang Tan2014-04-031-17/+16
* Use teardown helper method.Guo Xiang Tan2014-03-141-1/+1
* Merge pull request #13688 from jbaudanza/psql-index-existsRafael Mendonça França2014-02-011-0/+12
|\
| * psql implementation of #index_name_exists?Jonathan Baudanza2014-01-161-0/+12
* | test to ensure bad prepared statements raise a StatementInvalid exceptionAaron Patterson2014-01-171-0/+6
|/
* Custom index type support with :using.doabit2013-03-241-5/+15
* #7914 get default value when type uses schema nameArturo Pie2012-10-131-1/+1
* Cleanup trailing whitespacesdfens2012-10-121-1/+1
* Adds #create/drop_schema on the PostgreSQL Adapter.Travis Jeffery2012-03-071-2/+37
* Add #schema_names to PostgreSQL Adapter.Travis Jeffery2012-03-071-0/+4
* Restored ability to identify ID and Sequence from tables relying on a nonmatc...William Lawson2012-02-201-3/+7
* Avoid postgres 9.X syntaxJon Leighton2011-12-031-1/+5
* Deprecate set_table_name in favour of self.table_name= or defining your own m...Jon Leighton2011-11-291-5/+5
* fixing tests on PGAaron Patterson2011-11-161-1/+1
* Merge pull request #3521 from nulogy/fix_postgres_adapter_to_handle_spaces_be...Aaron Patterson2011-11-061-0/+4
* AR changes to support creating ordered (asc, desc) indexesVlad Jebelev2011-11-041-4/+12
* reset prepared statement when schema changes imapact statement results. fixes...Aaron Patterson2011-10-181-0/+8
* refs #3232. Prepared statements and postgreSQL schemas.Juan M. Cuello2011-10-051-0/+19
* Merge commit 'refs/pull/2909/head' of https://github.com/rails/rails into rawrAaron Patterson2011-09-071-0/+6
* Make #extract_schema_and_table an instance method in UtilsDaniel Schierbeck2011-07-091-15/+0
* Refactor PostgreSQLAdapter a bitDaniel Schierbeck2011-07-081-2/+2
* Make PostgreSQL adapter view-compatiblePaul Gallagher2011-06-191-1/+0
* make extract_schema_and_table a private methodPaul Gallagher2011-06-111-7/+7
* remove table quoting in primary_key methodPaul Gallagher2011-06-111-5/+17
* apply private method indentation conventionPaul Gallagher2011-06-101-2/+2
* Improve PostgreSQL adapter schema-awarenessPaul Gallagher2011-06-101-2/+83
* please use ruby -I lib:test path/to/test.rb, or export RUBY_OPTAaron Patterson2011-06-061-1/+1
* Refactor Active Record test connection setup. Please see the RUNNING_UNIT_TES...Jon Leighton2011-06-041-1/+1
* index dump should not include full text indexes. Thanks Ken Mayer for the ori...Aaron Patterson2010-06-261-0/+4
* reorganizing adapter specific tests. [#4974 state:resolved]Aaron Patterson2010-06-251-0/+193