aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/adapters/postgresql/quoting_test.rb
Commit message (Expand)AuthorAgeFilesLines
* "Use assert_nil if expecting nil. This will fail in minitest 6."Akira Matsuda2016-12-251-1/+1
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-2/+2
* applies new string literal convention in activerecord/testXavier Noria2016-08-061-3/+3
* make it possible to run AR tests with bin/testYves Senn2015-06-111-1/+1
* `type_cast_for_database` -> `serialize`Sean Griffin2015-02-171-2/+2
* Refactor microsecond precision to be database agnosticSean Griffin2015-02-101-5/+0
* Stop passing a column to `quote` in testsSean Griffin2015-01-101-4/+5
* Stop depending on columns for type information in PG quoting testsSean Griffin2015-01-011-30/+4
* Use the type object for quoting PG RangesSean Griffin2014-07-051-1/+1
* Fix typoRafael Mendonça França2014-07-041-1/+1
* Quote range strings when quoting PG rangesSean Griffin2014-07-021-1/+1
* Fix SQL injection when querying against ranges and bitstringsRafael Mendonça França2014-07-021-0/+11
* Have Postgres OID types inherit from general typesSean Griffin2014-05-201-4/+4
* PostgreSQL determine `Column#type` through corresponding OID. #7814Yves Senn2014-04-011-2/+2
* PostgreSQL, use `PostgreSQLColumn` in PG specific tests.Yves Senn2014-03-281-8/+8
* Test that PostgreSQL adapter includes `usec` when quoting `DateTime`Ben Cherry2013-08-281-0/+5
* Stop interpreting SQL 'string' columns as :string type.Ben Woosley2013-08-171-1/+1
* Cast number to string in PostgresŁukasz Strzałkowski2013-03-121-0/+8
* Fix typo in inet and cidr savingMiguel Herranz2012-10-141-0/+13
* postgresql adapter handles quoting of not a number (NaN) and InfinitySven Bohm2011-11-211-0/+12
* 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
* mysql type cast should return integers when typecasting true / falseAaron Patterson2011-04-141-0/+25