aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/sqlite3_adapter.rb
Commit message (Collapse)AuthorAgeFilesLines
* Added encoding qery support for SQLite3 to make rake db:charset work on all ↵Mikel Lindsaar2010-02-031-0/+11
| | | | databases shipping with Rails 3
* Remove support for SQLite 2.Pratik Naik2009-08-171-5/+0
| | | | If you're still using it, please install the plugin from git://github.com/rails/sqlite2_adapter.git
* Cherry-pick core extensionsJeremy Kemper2009-05-131-3/+3
|
* Ensure SQLite adapters stores the config [#1947 state:resolved] [John ↵John Aughey2009-03-081-1/+1
| | | | | | Aughey, Pratik Naik] Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
* More thoroughly quote table names. Exposes some issues with sqlite2 adapter. ↵Jeremy Kemper2008-01-051-1/+1
| | | | | | Closes #10698. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8571 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
* Load database adapters on demand. Eliminates config.connection_adapters and ↵Jeremy Kemper2007-05-251-0/+34
RAILS_CONNECTION_ADAPTERS. Closes #8456. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6833 5ecf4fe2-1ee6-0310-87b1-e25e094e27de