aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/adapters/sqlite3/quoting_test.rb
Commit message (Expand)AuthorAgeFilesLines
* fix tests for SQLite3AdapterAndrey Deryabin2012-04-271-1/+1
* only log an error if there is a logger. fixes #5226Aaron Patterson2012-03-021-0/+9
* Don't type-cast unknown types to YAML.Stephen Celis2012-01-201-2/+2
* bigdecimal should be typecast to a float on sqlite3. fixes #2162Aaron Patterson2011-07-201-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
* inserting big decimals as strings works consistently among dbs, so use string...Aaron Patterson2011-04-141-1/+1
* adding a type cast method for prepared statementsAaron Patterson2011-04-141-0/+93