aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/sqlite3_adapter.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Remove unnecessary calls to primary_key on sqlite3_adapterCarlos Galdino2012-05-151-1/+1
* Set the primary key during #copy_table if necessary. Fixes [#2312]Sean Scally2012-05-141-1/+5
* Refactored remove_columnEdgars Beigarts2012-05-021-1/+1
* renamed class SQLiteColumn to SQLite3ColumnAndrey Deryabin2012-04-271-3/+3
* removed tail of old sqlite versionsAndrey Deryabin2012-04-271-9/+9
* fix SQLite3Adapter docAndrey Deryabin2012-04-271-2/+2
* Upgrade sqlite3 version to 1.3.6Andrey Deryabin2012-04-271-1/+1
* merged sqlite and sqlite3 adaptersAndrey Deryabin2012-04-271-7/+538
* EXPLAIN only for sqlite3Andrey Deryabin2012-04-261-0/+25
* Support establishing connection on ActiveRecord::Model.Jon Leighton2011-12-281-1/+1
* I herd you like modules.Jon Leighton2011-12-241-2/+2
* the required sqlite3 adapter responds to encoding, so stop checking.Aaron Patterson2011-12-071-5/+1
* SQlite3 Bump Arun Agrawal2011-12-041-1/+1
* add the gem requirement for sqlite3Aaron Patterson2011-08-101-0/+2
* escaping binary data encoding when inserting to sqlite3. Thanks Naruse! [#655...Aaron Patterson2011-03-211-0/+8
* Avoid creating local var.Emilio Tagua2010-11-241-2/+1
* just use if rather than nil?Aaron Patterson2010-09-291-1/+1
* just require sqlite3 when the database adapter is requiredAaron Patterson2010-09-291-4/+1
* moving parse_sqlite_config to the sqlite3_connection method (where it belongs...Aaron Patterson2010-07-081-1/+11
* removing useless code. [#5070 state:resolved]Aaron Patterson2010-07-081-2/+1