aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/adapters/postgresql
Commit message (Expand)AuthorAgeFilesLines
...
* wrap the pg_get_serial_sequence function and reuse it for the default sequenc...Aaron Patterson2011-04-111-0/+25
* adding exec_insert for postgresqlAaron Patterson2011-04-111-1/+37
* renaming exec in the PG adapterAaron Patterson2010-11-052-11/+11
* setting the authorized session clears the statement cacheAaron Patterson2010-10-261-0/+11
* add a session authorization setter to the pg connectionAaron Patterson2010-10-261-1/+8
* avoiding statement cache if there are no bind valuesAaron Patterson2010-10-261-0/+12
* bind substitution is working properlyAaron Patterson2010-10-261-0/+8
* bind parameters are now typecastAaron Patterson2010-10-261-0/+14
* basic bind parameters are workingAaron Patterson2010-10-261-0/+12
* initial exec() method is working in pg adapterAaron Patterson2010-10-261-0/+17
* activerecord tests should inherit from ActiveRecord::TestCaseAaron Patterson2010-07-141-1/+1
* Let's initialize instance variables in the postgres adapter.Aaron Patterson2010-07-141-0/+17
* 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-254-0/+548