aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/adapters/postgresql/postgresql_adapter_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Wrong exception is occured when raising no translatable exceptionkennyj2013-03-201-0/+6
* Merge pull request #7850 from senny/5920_postgres_adapter_table_with_capital_...Rafael Mendonça França2012-10-061-0/+4
* Backport #5168 to 3-2-stable. Fix a problem that NULLS is ignored by postgres...kennyj2012-08-021-0/+5
* remove table quoting in primary_key methodPaul Gallagher2011-06-111-0/+30
* apply private method indentation conventionPaul Gallagher2011-06-101-1/+1
* Improve PostgreSQL adapter schema-awarenessPaul Gallagher2011-06-101-0/+39
* 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
* use index based substitution for bind parametersAaron Patterson2011-04-131-3/+3
* 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-051-9/+9
* 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
* Let's initialize instance variables in the postgres adapter.Aaron Patterson2010-07-141-0/+17