aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/adapters/sqlite3
Commit message (Expand)AuthorAgeFilesLines
* Cleanup trailing whitespacesdfens2012-10-121-1/+1
* Revert "Merge pull request #6344"Piotr Sarnacki2012-06-251-6/+1
* Fix logs name consistency.kennyj2012-05-191-15/+21
* Fix warning: ambiguous first argument.kennyj2012-05-181-1/+1
* Remove unneeded testsPiotr Sarnacki2012-05-161-12/+0
* SQLite3 doesn't actually support the 'time' type.Erich Menge2012-05-151-0/+5
* Set the primary key during #copy_table if necessary. Fixes [#2312]Sean Scally2012-05-141-0/+8
* fix tests for SQLite3AdapterAndrey Deryabin2012-04-271-1/+1
* fix tests for sqlite3Andrey 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
* remove checks for encodings availabilitySergey Nartimov2011-12-251-5/+1
* deprecate String#encoding_aware? and remove its usageSergey Nartimov2011-12-241-2/+0
* add the query to AR::Relation#explain outputXavier Noria2011-11-251-0/+3
* fixing tests on ruby 1.8Aaron Patterson2011-11-201-1/+3
* pushing caching and visitors down to the connectionAaron Patterson2011-11-191-0/+1
* revises EXPLAIN tests for SQLite3Xavier Noria2011-11-061-3/+3
* implements AR::Relation#explainXavier Noria2011-11-051-0/+23
* Transactional fixtures enlist all active database connections.Jeremy Kemper2011-10-051-0/+4
* LRU cache in mysql and sqlite are now per-process caches.Aaron Patterson2011-09-071-0/+24
* Force binary data inserted for a string data type to utf-8 and log anAaron Patterson2011-08-251-0/+16
* 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-063-3/+3
* Refactor Active Record test connection setup. Please see the RUNNING_UNIT_TES...Jon Leighton2011-06-043-3/+3
* 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
* use index based substitution for bind parametersAaron Patterson2011-04-131-1/+1
* adding exec_insert for postgresqlAaron Patterson2011-04-111-0/+2
* adding exec_insert to sqlite3Aaron Patterson2011-04-111-0/+12
* moving sqlite_adapter_tests to sqlite3_adapter_test so that the tests are act...Aaron Patterson2011-04-081-0/+215
* define_attr_method must serialize nil correctlyAaron Patterson2010-12-201-0/+5
* converted exec to exec_query for sqliteAaron Patterson2010-11-051-12/+12
* refactoring testsAaron Patterson2010-10-261-36/+20
* type casting bound value based on column associated with valueAaron Patterson2010-10-261-0/+18
* exec returns an AR::ResultAaron Patterson2010-10-261-0/+35
* adding bind value substitutionAaron Patterson2010-10-261-0/+9
* Move sqlite to sqlite3 for this tests to be run only on sqlite3 adapterSantiago Pastorino2010-06-282-0/+136