aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/adapters/postgresql/schema_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix `test_schema_names` to include "hint_plan" schemaRyuta Kamizono2019-06-151-1/+5
* Enable `Style/RedundantBegin` cop to avoid newly adding redundant begin blockRyuta Kamizono2018-12-211-12/+8
* Use squiggly heredoc to strip odd indentation in the executed SQLRyuta Kamizono2018-11-221-1/+1
* Fixing an issue when parsing an opclass by allowing indexed columnThomas Bianchini2018-11-211-0/+12
* Fix `CustomCops/AssertNot` to allow it to have failure messageRyuta Kamizono2018-05-131-2/+2
* Dump correctly index nulls order for postgresqlfatkodima2018-01-281-0/+28
* Suppress `warning: BigDecimal.new is deprecated` in activerecordYasuo Honda2017-12-131-1/+1
* Refactor `length`, `order`, and `opclass` index options dumpingRyuta Kamizono2017-12-031-3/+3
* Add support for PostgreSQL operator classes to add_indexGreg Navis2017-11-301-0/+32
* Merge pull request #29732 from kirs/frozen-activerecordRafael França2017-07-211-0/+2
|\
| * Use frozen-string-literal in ActiveRecordKir Shatrov2017-07-191-0/+2
* | Revert "Extract `bind_param` and `bind_attribute` into `ActiveRecord::TestCase`"Sean Griffin2017-07-211-3/+7
|/
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Extract `bind_param` and `bind_attribute` into `ActiveRecord::TestCase`Ryuta Kamizono2017-05-041-7/+3
* Fix `primary_keys` across multiple schemasRyuta Kamizono2017-03-201-1/+2
* Simplify and optimize Postgres query for primary_keys()Jordan Lewis2017-02-131-8/+0
* The `default` arg of `index_name_exists?` makes to optionalRyuta Kamizono2017-02-131-7/+7
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-3/+3
* improve error message when include assertions failMichael Grosser2016-09-161-1/+1
* Add three new rubocop rulesRafael Mendonça França2016-08-161-1/+1
* applies remaining conventions across the projectXavier Noria2016-08-061-1/+1
* modernizes hash syntax in activerecordXavier Noria2016-08-061-5/+5
* applies new string literal convention in activerecord/testXavier Noria2016-08-061-44/+44
* Add Expression Indexes and Operator Classes support for PostgreSQLRyuta Kamizono2016-04-241-13/+17
* Fix tests failure with `prepared_statements: false`Ryuta Kamizono2016-02-291-10/+12
* Typos in AR testsAkira Matsuda2016-02-031-1/+1
* Handle specified schemas when removing a Postgres indexGrey Baker2015-12-181-0/+14
* Merge pull request #22623 from greysteil/support-passing-schema-name-to-indexesMatthew Draper2015-12-181-0/+5
|\
| * Support passing the schema name prefix to `conenction.indexes`Grey Baker2015-12-171-0/+5
* | Support removing custom-names indexes when only specifying column namesGrey Baker2015-12-151-2/+0
|/
* Deprecate `#table_exists?`, `#tables` and passing arguments to `#talbes`yui-knk2015-11-091-13/+13
* Do not cache prepared statements that are unlikely to have cache hitsSean Griffin2015-10-201-1/+1
* introduce `conn.data_source_exists?` and `conn.data_sources`.Yves Senn2015-09-221-0/+2
* Support dropping indexes concurrently in PostgresGrey Baker2015-09-051-2/+2
* pg, `create_schema`, `drop_schema` and `rename_table` quote schema name.Yves Senn2015-08-281-7/+47
* PostgreSQL, add `:if_exists` to `#drop_schema`.Yves Senn2015-08-281-10/+21
* Display decimal defaults as strings to keep precisionJohn Gesimondo2015-06-231-0/+5
* make it possible to run AR tests with bin/testYves Senn2015-06-111-3/+3
* PostgreSQL, Fix OID based type casts in C for primitive types.Lars Kanis2015-03-251-3/+3
* Closes rails/rails#18864: Renaming transactional fixtures to transactional testsBrandon Weiss2015-03-161-1/+1
* Prefer `drop_table if_exists: true` over raw SQLRyuta Kamizono2015-02-181-2/+2
* Remove Relation#bind_paramsSean Griffin2015-01-271-2/+6
* Should escape regexp wildcard character `.`Ryuta Kamizono2015-01-191-1/+1
* pg tests, get rid of global schema `schema_1`.Yves Senn2014-12-021-1/+51
* Pass symbol as an argument instead of a blockErik Michaels-Ober2014-11-291-1/+1
* fix set_pk_sequence and add a test for it.Aaron Patterson2014-10-311-0/+8
* pg, correctly dump foreign keys targeting tables in a different schema.Yves Senn2014-09-171-0/+26
* pg, `reset_pk_sequence!` respects schemas. Closes #14719.Yves Senn2014-05-301-2/+11
* remove unused variable warningKuldeep Aggarwal2014-05-261-1/+1