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
*
Fix test failure on Windows
Sean Griffin
2015-12-16
1
-6
/
+10
*
Deprecate `#table_exists?`, `#tables` and passing arguments to `#talbes`
yui-knk
2015-11-09
1
-4
/
+8
*
Remove `#tables` extra args again
Ryuta Kamizono
2015-10-22
1
-3
/
+2
*
Remove `@connection` in `StatementPool`
Ryuta Kamizono
2015-09-20
1
-1
/
+1
*
Removed mocha from Active Record Part 1
Ronak Jangir
2015-08-25
1
-7
/
+10
*
make it possible to run AR tests with bin/test
Yves Senn
2015-06-11
7
-8
/
+7
*
Add collation support for string and text columns in SQLite3
Akshay Vishnoi
2015-05-28
2
-4
/
+57
*
Closes rails/rails#18864: Renaming transactional fixtures to transactional tests
Brandon Weiss
2015-03-16
1
-1
/
+1
*
Prefer `drop_table if_exists: true` over raw SQL
Ryuta Kamizono
2015-02-18
1
-1
/
+1
*
prefer `drop_table if_exists: true` over raw SQL.
Yves Senn
2015-02-18
1
-1
/
+1
*
`type_cast_for_database` -> `serialize`
Sean Griffin
2015-02-17
1
-1
/
+1
*
Removed magic comments # encoding: utf-8 , since its default from ruby 2.0 on...
Vipul A M
2015-02-03
2
-2
/
+0
*
Always convert strings to UTF-8, regardless of column type in SQLite
Sean Griffin
2015-01-28
1
-1
/
+1
*
Remove Relation#bind_params
Sean Griffin
2015-01-27
1
-5
/
+3
*
Stop passing a column to `quote` in tests
Sean Griffin
2015-01-10
1
-2
/
+2
*
Stop explicitly passing `nil` as the column to `type_cast`
Sean Griffin
2015-01-01
1
-12
/
+12
*
Stop relying on columns in sqlite quoting tests
Sean Griffin
2015-01-01
1
-22
/
+1
*
Ensures that primary_key method will return nil when multi-pk
Arthur Neves
2014-12-30
1
-0
/
+6
*
Go through normal `where` logic when preloading associations
Sean Griffin
2014-12-26
1
-1
/
+1
*
Pass symbol as an argument instead of a block
Erik Michaels-Ober
2014-11-29
1
-4
/
+4
*
Remove the unused second argument to `substitute_at`
Sean Griffin
2014-11-17
1
-1
/
+1
*
rm `reorder_bind_params`
Sean Griffin
2014-11-17
1
-1
/
+1
*
Build fix when running in isolation
Arun Agrawal
2014-11-14
1
-0
/
+1
*
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
[next]