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
*
Don't skip tests if they are not broken. Just don't define they
Rafael Mendonça França
2014-02-16
1
-7
/
+3
*
remove unused fixtures from sqlite3 test cases
Rajarshi Das
2014-02-14
1
-1
/
+1
*
"string" isn't a valid column type for ActiveRecord
Aaron Patterson
2014-01-14
1
-1
/
+1
*
don't establish a new connection when testing with `sqlite3_mem`.
Yves Senn
2014-01-14
1
-15
/
+21
*
Raise NoDatabaseError when db does not exist
schneems
2013-12-24
1
-0
/
+7
*
fix url connections for sqlite3
Aaron Patterson
2013-12-20
1
-0
/
+22
*
quoting: Check if id is a valid method before using it
Arthur Neves
2013-12-19
1
-0
/
+7
*
Don't skip tests if we don't need to.
Rafael Mendonça França
2013-11-08
1
-11
/
+12
*
Warning removed for ruby-head
Rashmi Yadav
2013-11-07
1
-1
/
+1
*
stop adding singleton methods to the SQLite3 connection
Aaron Patterson
2013-10-04
1
-11
/
+11
*
Create sqlite3 directory if not present
schneems
2013-08-05
1
-0
/
+21
*
Define enable_extension method to prevent undefined method error
Antonio Santos
2013-08-02
1
-0
/
+12
*
Fix typo in test name and documentation
Vipul A M
2013-05-20
1
-1
/
+1
*
each to each_value; remove unused vars
Vipul A M
2013-04-07
1
-2
/
+2
*
added comments to test_invalid_type in sqlite3 adapter test and added valid_t...
Ranjay Krishna
2013-03-28
1
-0
/
+4
*
Created a layer of abstraction for the valid type checking in schema dumper. ...
Ranjay Krishna
2013-03-25
1
-0
/
+9
*
Fix copy table index test; Change == to ! on false in travis.rb
Vipul A M
2013-03-21
1
-1
/
+1
*
Pass column to quote when copying a sqlite table.
Matthew M. Boedicker
2013-03-11
1
-1
/
+5
*
Revert "checking in the abstractions for valid type checking:"
Jon Leighton
2013-02-15
1
-9
/
+0
*
Merge pull request #9204 from ranjaykrishna/col-prob
Aaron Patterson
2013-02-12
1
-0
/
+9
|
\
|
*
checking in the abstractions for valid type checking:
Ranjay Krishna
2013-02-12
1
-0
/
+9
*
|
Use Encoding::UTF_8 constant :do_not_litter:
Akira Matsuda
2013-01-28
1
-1
/
+1
|
/
*
Remove not assigned variable warning from sqlite3 adapter test
Carlos Antonio da Silva
2012-10-29
1
-1
/
+1
*
SQLite3Adapter#type_cast should not mutate arguments
Stefan Rusterholz
2012-10-28
1
-0
/
+6
*
refactor `SQLite3Adapter#copy_table` to prevent primary key redefinitions. #6378
Yves Senn
2012-10-28
1
-1
/
+8
*
Cleanup trailing whitespaces
dfens
2012-10-12
1
-1
/
+1
*
Revert "Merge pull request #6344"
Piotr Sarnacki
2012-06-25
1
-6
/
+1
*
Fix logs name consistency.
kennyj
2012-05-19
1
-15
/
+21
*
Fix warning: ambiguous first argument.
kennyj
2012-05-18
1
-1
/
+1
*
Remove unneeded tests
Piotr Sarnacki
2012-05-16
1
-12
/
+0
*
SQLite3 doesn't actually support the 'time' type.
Erich Menge
2012-05-15
1
-0
/
+5
*
Set the primary key during #copy_table if necessary. Fixes [#2312]
Sean Scally
2012-05-14
1
-0
/
+8
*
fix tests for SQLite3Adapter
Andrey Deryabin
2012-04-27
1
-1
/
+1
*
fix tests for sqlite3
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
*
remove checks for encodings availability
Sergey Nartimov
2011-12-25
1
-5
/
+1
*
deprecate String#encoding_aware? and remove its usage
Sergey Nartimov
2011-12-24
1
-2
/
+0
*
add the query to AR::Relation#explain output
Xavier Noria
2011-11-25
1
-0
/
+3
*
fixing tests on ruby 1.8
Aaron Patterson
2011-11-20
1
-1
/
+3
*
pushing caching and visitors down to the connection
Aaron Patterson
2011-11-19
1
-0
/
+1
*
revises EXPLAIN tests for SQLite3
Xavier Noria
2011-11-06
1
-3
/
+3
*
implements AR::Relation#explain
Xavier Noria
2011-11-05
1
-0
/
+23
*
Transactional fixtures enlist all active database connections.
Jeremy Kemper
2011-10-05
1
-0
/
+4
*
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
[next]