aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/adapters/postgresql/connection_test.rb
Commit message (Expand)AuthorAgeFilesLines
* `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
* Session variables for mysql, mysql2, and postgresql adapters can be setAaron Stone2012-12-081-0/+41
* Fix only-once stub logic.Steve Jorgensen2012-08-081-1/+1
* Fix just-plain-wrongness of psql auto-reconnect test.Steve Jorgensen2012-08-071-8/+9
* Stop being silly with formatting of method aliasing.Steve Jorgensen2012-07-161-3/+3
* Simulated & actual (manual/skipped) PostgreSQL auto-reconnection tests.Steve Jorgensen2012-07-161-0/+72
* Unify the collation API for the database adptersRafael Mendonça França2012-07-011-2/+2
* Support collate and ctype on the PostgreSQL.kennyj2012-06-291-0/+8
* Change minimum (default) log level in PostgreSQL to warning.kennyj2012-06-181-0/+4
* Fix logs name consistency.kennyj2012-05-191-0/+44
* Postgresql: add test case for setting custom libpq connection parametersLars Kanis2012-01-041-0/+15
* forgot to add this test caseAaron Patterson2011-07-221-0/+14