aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/adapters/postgresql/connection_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
* Remove database specific sql statements from SQLCounterYasuo Honda2019-05-011-3/+3
* Extract `truncate` and `truncate_tables` into database statementsRyuta Kamizono2019-03-171-8/+0
* Bump the minimum version of PostgreSQL to 9.3Yasuo Honda2018-11-251-22/+7
* Use squiggly heredoc to strip odd indentation in the executed SQLRyuta Kamizono2018-11-221-1/+1
* Omit BEGIN/COMMIT statements for empty transactionsEugene Kenny2018-08-131-1/+2
* OS X -> macOS [Closes #30313]Xavier Noria2018-06-231-1/+1
* Use assert_predicate and assert_not_predicateDaniel Colson2018-01-251-2/+2
* Remove deprecated argument `name` from `#indexes`Rafael Mendonça França2017-10-231-1/+1
* Prevent extra `SET time zone` in `configure_connection` (#28413)Ryuta Kamizono2017-08-211-0/+7
* 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-2/+2
|/
* 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
* Prevent extra `current_database` query for `encoding`/`collation`/`ctype`Ryuta Kamizono2017-05-281-3/+9
* Extract `bind_param` and `bind_attribute` into `ActiveRecord::TestCase`Ryuta Kamizono2017-05-041-2/+2
* Use `max_identifier_length` for `index_name_length` in PostgreSQL adapterRyuta Kamizono2017-02-271-2/+1
* Use ensure block for things we cleanup in testsKir Shatrov2017-02-251-0/+1
* Reduce string objects by using \ instead of + or << for concatenating stringsAkira Matsuda2017-01-121-2/+2
* Deprecate passing `name` to `indexes` like `tables`Ryuta Kamizono2017-01-041-1/+1
* `#tables` and `#table_exists?` and returns only tables and not viewsRafael Mendonça França2016-12-291-1/+1
* Remove deprecated `name` argument from `#tables`Rafael Mendonça França2016-12-291-1/+1
* Privatize unneededly protected methods in Active Record testsAkira Matsuda2016-12-241-1/+1
* Add three new rubocop rulesRafael Mendonça França2016-08-161-6/+6
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-6/+6
* remove redundant curlies from hash argumentsXavier Noria2016-08-061-4/+4
* modernizes hash syntax in activerecordXavier Noria2016-08-061-4/+4
* applies new string literal convention in activerecord/testXavier Noria2016-08-061-37/+37
* Fix tests failure with `prepared_statements: false`Ryuta Kamizono2016-02-291-8/+10
* Rename 'key' to 'lock_id' or 'lock_name' for advisory lockingSam Davies2015-11-181-10/+10
* Deprecate `#table_exists?`, `#tables` and passing arguments to `#talbes`yui-knk2015-11-091-2/+2
* Use advisory locks to prevent concurrent migrationsSam Davies2015-10-301-0/+42
* Do not cache prepared statements that are unlikely to have cache hitsSean Griffin2015-10-201-1/+1
* make it possible to run AR tests with bin/testYves Senn2015-06-111-1/+1
* `Type#type_cast_from_database` -> `Type#deserialize`Sean Griffin2015-02-171-1/+1
* Remove Relation#bind_paramsSean Griffin2015-01-271-3/+3
* Pass symbol as an argument instead of a blockErik Michaels-Ober2014-11-291-3/+1
* add a truncate method to the connectionAaron Patterson2014-09-221-0/+10
* Rename `type_cast` to `type_cast_from_database`Sean Griffin2014-06-091-1/+1
* Add ConnectionHelper to refactor tests.Guo Xiang Tan2014-04-031-12/+3
* Fix tests not unsubscribing from Notifications.Guo Xiang Tan2014-03-281-2/+2
* Teach PostgreSQLAdapter#reset! to actually resetMatthew Draper2014-03-181-0/+31
* Terminate the backend ourselves on PG 9.2+Matthew Draper2014-02-121-19/+29
* Don't skip tests if we don't need to.Rafael Mendonça França2013-11-081-20/+20
* log the statement name along with the SQLAaron Patterson2013-10-041-0/+10
* stop adding singleton methods to the mysql2 adapterAaron Patterson2013-10-041-15/+0
* stop adding singleton methods to the PG connectionAaron Patterson2013-10-041-11/+26
* Delete failing testJon Leighton2013-03-221-36/+0
* class_eval should use __FILE__ and __LINE__Neeraj Singh2013-01-301-1/+1