aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/adapters/postgresql/schema_authorization_test.rb
Commit message (Expand)AuthorAgeFilesLines
* applies remaining conventions across the projectXavier Noria2016-08-061-1/+1
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-1/+1
* modernizes hash syntax in activerecordXavier Noria2016-08-061-2/+2
* applies new string literal convention in activerecord/testXavier Noria2016-08-061-9/+9
* Fix tests failure with `prepared_statements: false`Ryuta Kamizono2016-02-291-8/+10
* PostgreSQL, add `:if_exists` to `#drop_schema`.Yves Senn2015-08-281-1/+1
* make it possible to run AR tests with bin/testYves Senn2015-06-111-1/+1
* Closes rails/rails#18864: Renaming transactional fixtures to transactional testsBrandon Weiss2015-03-161-1/+1
* Remove Relation#bind_paramsSean Griffin2015-01-271-2/+5
* Use teardown helper method.Guo Xiang Tan2014-03-141-1/+1
* 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
* renaming exec in the PG adapterAaron Patterson2010-11-051-2/+2
* 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
* reorganizing adapter specific tests. [#4974 state:resolved]Aaron Patterson2010-06-251-0/+84