index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
activerecord
/
test
/
cases
/
adapters
/
postgresql
/
quoting_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use frozen-string-literal in ActiveRecord
Kir Shatrov
2017-07-19
1
-0
/
+2
*
Change sqlite3 boolean serialization to use 1 and 0
Lisa Ugray
2017-07-11
1
-2
/
+2
*
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
1
-1
/
+0
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
1
-0
/
+1
*
Extract `TypeCastingTest` into `test/cases/quoting_test.rb`
Ryuta Kamizono
2017-02-24
1
-1
/
+0
*
"Use assert_nil if expecting nil. This will fail in minitest 6."
Akira Matsuda
2016-12-25
1
-1
/
+1
*
Add more rubocop rules about whitespaces
Rafael Mendonça França
2016-10-29
1
-2
/
+2
*
applies new string literal convention in activerecord/test
Xavier Noria
2016-08-06
1
-3
/
+3
*
make it possible to run AR tests with bin/test
Yves Senn
2015-06-11
1
-1
/
+1
*
`type_cast_for_database` -> `serialize`
Sean Griffin
2015-02-17
1
-2
/
+2
*
Refactor microsecond precision to be database agnostic
Sean Griffin
2015-02-10
1
-5
/
+0
*
Stop passing a column to `quote` in tests
Sean Griffin
2015-01-10
1
-4
/
+5
*
Stop depending on columns for type information in PG quoting tests
Sean Griffin
2015-01-01
1
-30
/
+4
*
Use the type object for quoting PG Ranges
Sean Griffin
2014-07-05
1
-1
/
+1
*
Fix typo
Rafael Mendonça França
2014-07-04
1
-1
/
+1
*
Quote range strings when quoting PG ranges
Sean Griffin
2014-07-02
1
-1
/
+1
*
Fix SQL injection when querying against ranges and bitstrings
Rafael Mendonça França
2014-07-02
1
-0
/
+11
*
Have Postgres OID types inherit from general types
Sean Griffin
2014-05-20
1
-4
/
+4
*
PostgreSQL determine `Column#type` through corresponding OID. #7814
Yves Senn
2014-04-01
1
-2
/
+2
*
PostgreSQL, use `PostgreSQLColumn` in PG specific tests.
Yves Senn
2014-03-28
1
-8
/
+8
*
Test that PostgreSQL adapter includes `usec` when quoting `DateTime`
Ben Cherry
2013-08-28
1
-0
/
+5
*
Stop interpreting SQL 'string' columns as :string type.
Ben Woosley
2013-08-17
1
-1
/
+1
*
Cast number to string in Postgres
Łukasz Strzałkowski
2013-03-12
1
-0
/
+8
*
Fix typo in inet and cidr saving
Miguel Herranz
2012-10-14
1
-0
/
+13
*
postgresql adapter handles quoting of not a number (NaN) and Infinity
Sven Bohm
2011-11-21
1
-0
/
+12
*
please use ruby -I lib:test path/to/test.rb, or export RUBY_OPT
Aaron Patterson
2011-06-06
1
-1
/
+1
*
Refactor Active Record test connection setup. Please see the RUNNING_UNIT_TES...
Jon Leighton
2011-06-04
1
-1
/
+1
*
mysql type cast should return integers when typecasting true / false
Aaron Patterson
2011-04-14
1
-0
/
+25