aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/sqlite3_adapter.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* adding adapter tests, avoiding private apis, fixing code in 1.9 [#4986 state:...Aaron Patterson2010-06-261-3/+7
* Added encoding qery support for SQLite3 to make rake db:charset work on all d...Mikel Lindsaar2010-02-031-0/+11
* Remove support for SQLite 2.Pratik Naik2009-08-171-5/+0
* Cherry-pick core extensionsJeremy Kemper2009-05-131-3/+3
* Ensure SQLite adapters stores the config [#1947 state:resolved] [John Aughey,...John Aughey2009-03-081-1/+1
* More thoroughly quote table names. Exposes some issues with sqlite2 adapter. ...Jeremy Kemper2008-01-051-1/+1
* Load database adapters on demand. Eliminates config.connection_adapters and R...Jeremy Kemper2007-05-251-0/+34