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
/
sqlite3
/
quoting_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
-1
/
+1
*
Always convert strings to UTF-8, regardless of column type in SQLite
Sean Griffin
2015-01-28
1
-1
/
+1
*
Stop passing a column to `quote` in tests
Sean Griffin
2015-01-10
1
-2
/
+2
*
Stop explicitly passing `nil` as the column to `type_cast`
Sean Griffin
2015-01-01
1
-12
/
+12
*
Stop relying on columns in sqlite quoting tests
Sean Griffin
2015-01-01
1
-22
/
+1
*
Use a type object for type casting behavior on SQLite3
Sean Griffin
2014-07-11
1
-0
/
+7
*
Always pass a column with a type object to quote
Sean Griffin
2014-06-28
1
-2
/
+2
*
Test Case - Change method name
Akshay Vishnoi
2014-05-28
1
-1
/
+1
*
Remove checks against `column.type` in abstract adapter quoting
Sean Griffin
2014-05-26
1
-2
/
+2
*
Delegate `Column#type` to the injected type object
Sean Griffin
2014-05-19
1
-6
/
+6
*
Add a type object to Column constructor
Sean Griffin
2014-05-17
1
-6
/
+6
*
Test typecasting on instance rather than class itself
Akshay Vishnoi
2014-05-03
1
-1
/
+1
*
quoting: Check if id is a valid method before using it
Arthur Neves
2013-12-19
1
-0
/
+7
*
Use Encoding::UTF_8 constant :do_not_litter:
Akira Matsuda
2013-01-28
1
-1
/
+1
*
fix tests for SQLite3Adapter
Andrey Deryabin
2012-04-27
1
-1
/
+1
*
only log an error if there is a logger. fixes #5226
Aaron Patterson
2012-03-02
1
-0
/
+9
*
Don't type-cast unknown types to YAML.
Stephen Celis
2012-01-20
1
-2
/
+2
*
bigdecimal should be typecast to a float on sqlite3. fixes #2162
Aaron Patterson
2011-07-20
1
-1
/
+1
*
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
*
inserting big decimals as strings works consistently among dbs, so use string...
Aaron Patterson
2011-04-14
1
-1
/
+1
*
adding a type cast method for prepared statements
Aaron Patterson
2011-04-14
1
-0
/
+93