aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/sqlite3_adapter.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
|\|
| * sqlite >= 3.8.0 supports partial indexesCody Cutrer2014-01-141-1/+17
* | explains for prepared statements should never have binds in SQLite3Aaron Patterson2014-01-131-1/+1
|/
* Raise NoDatabaseError when db does not existschneems2013-12-241-0/+6
* Merge pull request #13291 from strzibny/new_unique_constraintYves Senn2013-12-121-1/+5
|\
| * Translate new unique constraint for sqlite >= 3.8.2Josef Stribny2013-12-121-1/+5
* | Remove the unused, undocumented SQLite3Adapter#supports_count_distinct?Ben Woosley2013-11-121-5/+0
* | Drop a sqlite_version check because we only support SQLite 3.6.16 or newer.Ben Woosley2013-11-121-6/+1
* | Don't use Active Support where we don't need toRafael Mendonça França2013-11-091-1/+1
* | log bind variables after they were type casted.Yves Senn2013-11-091-4/+5
|/
* Remove `default_primary_key_type` and extract contains of `native_database_t...Vipul A M2013-10-141-18/+16
* Merge pull request #11833 from vipulnsward/remove_autoincrementRafael Mendonça França2013-10-141-10/+1
|\
| * Remove sqlite specific`supports_autoincrement?` which always defaults to trueVipul A M2013-08-101-10/+1
* | extract adapter savepoint implementations into `abstract/savepoints.rb`.Yves Senn2013-09-301-12/+2
* | change the savepoint interface to allow passing the name.Yves Senn2013-09-301-6/+6
* | Check if the SQL is not a prepared statementRafael Mendonça França2013-09-111-2/+3
|/
* Remove redundant `string_to_binary` from type-castingVipul A M2013-08-091-2/+2
* config[:database] should be a stringRafael Mendonça França2013-08-051-3/+3
* Create sqlite3 directory if not presentschneems2013-08-051-3/+5
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2013-03-301-2/+2
|\
| * nodoc AR::ConnectionHandling for adapters [ci skip]Francesco Rodriguez2013-03-151-2/+2
* | added comments to test_invalid_type in sqlite3 adapter test and added valid_t...Ranjay Krishna2013-03-281-4/+0
* | Created a layer of abstraction for the valid type checking in schema dumper. ...Ranjay Krishna2013-03-251-0/+4
* | keep ivars private, do not manipulate them outside their owner objectAaron Patterson2013-03-221-1/+1
* | Pass column to quote when copying a sqlite table.Matthew M. Boedicker2013-03-111-1/+9
|/