aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/sqlite3_adapter.rb
Commit message (Expand)AuthorAgeFilesLines
* Eliminate the duplication code of `StatementPool`Ryuta Kamizono2015-05-191-28/+1
* :nodoc: change_column_null in the implmenting adaptersTony Miller2015-05-031-1/+1
* cache quoted column names in SQLite3Aaron Patterson2015-02-241-1/+2
* Remove the SQLite3 Binary subclassSean Griffin2015-02-111-18/+0
* Allow a symbol to be passed to `attribute`, in place of a type objectSean Griffin2015-02-061-0/+4
* rm `Column#cast_type`Sean Griffin2015-02-031-2/+2
* Always convert strings to UTF-8, regardless of column type in SQLiteSean Griffin2015-01-281-11/+6
* Remove Relation#bind_paramsSean Griffin2015-01-271-5/+3
* Errors raised in `type_cast_for_database` no longer raise on assignmentSean Griffin2015-01-231-1/+1
* Merge pull request #17820 from fw42/restore_query_cache_on_rollbackRafael Mendonça França2015-01-021-1/+1
|\
| * Restore query cache on rollbackFlorian Weingarten2014-12-011-1/+1
* | Don't load an entire table into memory to copy it on SQLiteSean Griffin2015-01-011-15/+4
* | Ensures that primary_key method will return nil when multi-pkArthur Neves2014-12-301-4/+3
* | Refactor `quoted_date`Ryuta Kamizono2014-12-111-10/+0
* | Pass symbol as an argument instead of a blockErik Michaels-Ober2014-11-291-5/+5
|/
* Mark comments that should not be in the docsclaudiob2014-11-241-0/+2
* tiny code improvement in sqlite3 adapter:Andrey Deryabin2014-11-101-6/+2
* Avoid unnecessary allocations/callsPablo Herrero2014-11-021-1/+1
* Remove duplicate 'select' database statementclaudiob2014-10-201-4/+0
* Merge pull request #14056 from girishso/14041Yves Senn2014-09-091-1/+1
|\
| * SQLite3Adapter now checks for views in table_exists? fixes: 14041Girish S2014-02-141-1/+1
* | introduce `connection.supports_views?` and basic view tests.Yves Senn2014-09-091-0/+4
* | Freeze ADAPTER_NAME in adaptersAbdelkader Boudih2014-09-051-4/+1
* | Fix documentation of SQlite3Adapter.columnsa3gis2014-07-251-1/+1
* | Merge pull request #16055 from sgrif/sg-refactor-sqlite3-stringsMatthew Draper2014-07-121-14/+22
|\ \
| * | Use a type object for type casting behavior on SQLite3Sean Griffin2014-07-111-14/+22
* | | Change back occurrences of SQLite(3) to sqlite3 when referring to theZachary Scott2014-07-061-4/+4
* | | [ci skip] /sqlite/i --> SQLiteAkshay Vishnoi2014-07-061-2/+2
|/ /
* | Refactor quoting of binary data to not be based on the column typeSean Griffin2014-06-031-4/+3
* | Ensure we always use instances of the adapter specific column classSean Griffin2014-05-281-1/+1
* | Replace `type_cast` case statement with delegationSean Griffin2014-05-201-11/+1
* | Delegate `#type_cast` to injected type objects on SQLite3Sean Griffin2014-05-201-6/+20
* | Remove :timestamp column typeSean Griffin2014-05-191-1/+0
* | Add a type object to Column constructorSean Griffin2014-05-171-1/+3
* | refactor, move `column_for` to `AbstractAdapter` for better reuse.Yves Senn2014-05-041-5/+3
* | Merge pull request #13640 from maginatics/fix_sqlite3_ensure_masterRafael Mendonça França2014-05-011-3/+6
|\ \
| * | SQLite3: Always close statements.Timur Alperovich2014-01-151-3/+6
* | | Merge branch 'master' into adequaterecordAaron Patterson2014-04-201-2/+2
|\ \ \
| * | | Bring SQLite3Adpter init API closer to othersArthur Neves2014-04-171-2/+2
* | | | push the collectors up to the abstract adapterAaron Patterson2014-04-091-20/+0
* | | | sqlite3 tests passing againAaron Patterson2014-04-091-7/+8
* | | | add a bind collector, remove the bind visitorAaron Patterson2014-04-091-6/+22
* | | | Merge branch 'master' into adequaterecordAaron Patterson2014-04-071-3/+3
|\| | |
| * | | PostgreSQL and SQLite, remove varchar limit. [Vladimir Sazhin & Toms Mikoss &...Yves Senn2014-04-041-1/+1
| * | | Clarify 'database does not exist' message and implementation.Jeremy Kemper2014-04-011-2/+2
| | |/ | |/|
* | | Merge branch 'master' into adequaterecordAaron Patterson2014-02-171-2/+2
|\| |
| * | Fix regression on `.select_*` methods.Arthur Neves2014-01-301-2/+2
| |/
* | remove dead codeAaron Patterson2014-01-171-7/+0
* | comment out the sqlite3 debug code (for now)Aaron Patterson2014-01-141-0/+7
* | Merge branch 'master' into set_bindsAaron Patterson2014-01-141-1/+17
|\|