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
Commit message (
Expand
)
Author
Age
Files
Lines
*
LRU cache in mysql and sqlite are now per-process caches.
Aaron Patterson
2011-09-07
1
-0
/
+24
*
Force binary data inserted for a string data type to utf-8 and log an
Aaron Patterson
2011-08-25
1
-0
/
+16
*
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
3
-3
/
+3
*
Refactor Active Record test connection setup. Please see the RUNNING_UNIT_TES...
Jon Leighton
2011-06-04
3
-3
/
+3
*
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
*
use index based substitution for bind parameters
Aaron Patterson
2011-04-13
1
-1
/
+1
*
adding exec_insert for postgresql
Aaron Patterson
2011-04-11
1
-0
/
+2
*
adding exec_insert to sqlite3
Aaron Patterson
2011-04-11
1
-0
/
+12
*
moving sqlite_adapter_tests to sqlite3_adapter_test so that the tests are act...
Aaron Patterson
2011-04-08
1
-0
/
+215
*
define_attr_method must serialize nil correctly
Aaron Patterson
2010-12-20
1
-0
/
+5
*
converted exec to exec_query for sqlite
Aaron Patterson
2010-11-05
1
-12
/
+12
*
refactoring tests
Aaron Patterson
2010-10-26
1
-36
/
+20
*
type casting bound value based on column associated with value
Aaron Patterson
2010-10-26
1
-0
/
+18
*
exec returns an AR::Result
Aaron Patterson
2010-10-26
1
-0
/
+35
*
adding bind value substitution
Aaron Patterson
2010-10-26
1
-0
/
+9
*
Move sqlite to sqlite3 for this tests to be run only on sqlite3 adapter
Santiago Pastorino
2010-06-28
2
-0
/
+136