aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/sqlite3_adapter.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix regression on `.select_*` methods.Arthur Neves2014-01-301-2/+2
* sqlite >= 3.8.0 supports partial indexesCody Cutrer2014-01-141-1/+17
* 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
|/
* Unprepared Visitor + unprepared_statementCédric FABIANSKI2013-03-081-1/+1
* Do not type cast all the database url values.Rafael Mendonça França2013-02-241-3/+3
* also rename indexes when a table or column is renamedYves Senn2013-02-201-2/+4
* reserve less chars for internal sqlite3 operationsYves Senn2013-02-201-7/+7
* reserve index name chars for internal rails operationsYves Senn2013-02-201-1/+8
* Remove valid_type? methodJon Leighton2013-02-151-5/+0
* Revert "Make valid_type? public"Jon Leighton2013-02-151-0/+5
* Make valid_type? publicSam Ruby2013-02-141-5/+0
* Merge pull request #9204 from ranjaykrishna/col-probAaron Patterson2013-02-121-0/+4
|\
| * checking in the abstractions for valid type checking:Ranjay Krishna2013-02-121-0/+4
* | Fix cases where delete_records on a has_many association caused errorsDerek Kraan2013-01-271-0/+4
|/
* Differentiate between remove_column and remove_columns. Make remove_column re...Marc-Andre Lafortune2012-12-211-7/+3
* Keep index names when using with sqlite3Yves Senn2012-12-191-2/+1
* SQLite3Adapter#type_cast should not mutate argumentsStefan Rusterholz2012-10-281-1/+1
* refactor `SQLite3Adapter#copy_table` to prevent primary key redefinitions. #6378Yves Senn2012-10-281-5/+3
* Support for partial inserts.Jon Leighton2012-09-281-4/+0
* Query for loading index info should be marked as SCHEMA.kennyj2012-09-151-1/+1
* Ensure disconnecting or reconnecting resets the transaction stateJon Leighton2012-09-151-1/+7
* column default extraction should handle newlines.Aaron Patterson2012-08-171-2/+2
* Revert "Merge pull request #6344"Piotr Sarnacki2012-06-251-1/+1
* Fix logs name consistency.kennyj2012-05-191-8/+6
* Merge pull request #6344 from erichmenge/patch_sqlite_time_typePiotr Sarnacki2012-05-151-1/+1
|\
| * SQLite3 doesn't actually support the 'time' type.Erich Menge2012-05-151-1/+1
* | Remove useless check of adapterOscar Del Ben2012-05-151-4/+0
|/