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
*
Merge pull request #14056 from girishso/14041
Yves Senn
2014-09-09
1
-2
/
+2
|
\
|
*
SQLite3Adapter now checks for views in table_exists? fixes: 14041
Girish S
2014-02-14
1
-0
/
+10
*
|
Merge pull request #16055 from sgrif/sg-refactor-sqlite3-strings
Matthew Draper
2014-07-12
1
-0
/
+7
|
\
\
|
*
|
Use a type object for type casting behavior on SQLite3
Sean Griffin
2014-07-11
1
-0
/
+7
*
|
|
Change back occurrences of SQLite(3) to sqlite3 when referring to the
Zachary Scott
2014-07-06
1
-5
/
+6
*
|
|
[ci skip] /sqlite/i --> SQLite
Akshay Vishnoi
2014-07-06
1
-2
/
+2
|
/
/
*
|
Always pass a column with a type object to quote
Sean Griffin
2014-06-28
1
-2
/
+2
*
|
Don't type cast the default on the column
Sean Griffin
2014-06-17
1
-1
/
+1
*
|
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
*
|
Remove `Column#primary`
Sean Griffin
2014-05-23
1
-1
/
+0
*
|
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
*
|
Merge pull request #13640 from maginatics/fix_sqlite3_ensure_master
Rafael Mendonça França
2014-05-01
1
-0
/
+15
|
\
\
|
*
|
SQLite3: Always close statements.
Timur Alperovich
2014-01-15
1
-0
/
+15
|
|
/
*
|
working against arel/collector branch
Aaron Patterson
2014-04-09
1
-3
/
+3
*
|
Merge branch 'master' into adequaterecord
Aaron Patterson
2014-04-07
1
-168
/
+199
|
\
\
|
*
|
Revise 'sqlite3:' URL handling for smoother upgrades
Matthew Draper
2014-04-03
1
-2
/
+2
|
*
|
Refactor test to use DdlHelper.
Guo Xiang Tan
2014-03-29
1
-166
/
+197
|
*
|
Fix tests not unsubscribing from Notifications.
Guo Xiang Tan
2014-03-28
1
-2
/
+2
*
|
|
Merge branch 'master' into adequaterecord
Aaron Patterson
2014-02-17
1
-7
/
+3
|
\
|
|
|
*
|
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
*
|
|
Merge branch 'master' into adequaterecord
Aaron Patterson
2014-02-17
1
-1
/
+1
|
\
|
|
|
*
|
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
*
|
fixing explain tests for sqlite3
Aaron Patterson
2014-01-17
1
-13
/
+13
*
|
drop the dual encodings table
Aaron Patterson
2014-01-14
1
-2
/
+2
*
|
Merge branch 'master' into set_binds
Aaron Patterson
2014-01-14
1
-15
/
+21
|
\
|
|
*
don't establish a new connection when testing with `sqlite3_mem`.
Yves Senn
2014-01-14
1
-15
/
+21
*
|
Merge branch 'master' into set_binds
Aaron Patterson
2014-01-11
4
-22
/
+92
|
\
|
|
*
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
*
|
Merge branch 'master' into experiment
Aaron Patterson
2013-05-21
1
-1
/
+1
|
\
|
|
*
Fix typo in test name and documentation
Vipul A M
2013-05-20
1
-1
/
+1
*
|
experiment
Aaron Patterson
2013-05-17
2
-16
/
+15
|
/
*
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
[next]