aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/sqlite_adapter.rb
Commit message (Expand)AuthorAgeFilesLines
* forcing encoding on 1.9 when dealing with "binary" columns [#4612 state:resol...Aaron Patterson2010-06-081-0/+4
* make add_index and remove_index more resilient; new rename_index method; trac...Étienne Barrié2010-05-181-2/+2
* future proofing the sqlite3 adapter codeAaron Patterson2010-01-261-3/+3
* Add subscriber for ActionPack and move all logging inside it.José Valim2010-01-131-1/+1
* Remove locking related unused codePratik Naik2009-12-281-6/+0
* Fix Rails root in sqlite adapterJoshua Peek2009-10-161-3/+3
* Merge commit 'rails/master'Emilio Tagua2009-08-171-37/+3
|\
| * Remove support for SQLite 2.Pratik Naik2009-08-171-37/+3
* | Merge commit 'rails/master'Emilio Tagua2009-08-101-0/+4
|\|
| * raises exception (ActiveRecord::ConfigurationError with message) on habtm ass...Jaime Bellmyer2009-08-091-0/+4
* | Merge commit 'rails/master'Emilio Tagua2009-08-031-1/+0
|\|
| * SQLite: drop support for 'dbfile' option in favor of 'database.'Jeremy Kemper2009-08-011-1/+0
* | Create is now powered by Arel. Removed methods that are no longer used.Emilio Tagua2009-07-011-2/+2
* | Merge commit 'rails/master'Emilio Tagua2009-06-301-0/+10
|\|
| * Make sure the wrapped exceptions also have the original exception available.Michael Koziarski2009-06-261-1/+1
| * Translate adapter errors that indicate a violated uniqueness constraint to Ac...Michael Schuerig2009-06-261-0/+10
* | Merge commit 'rails/master'Emilio Tagua2009-06-231-1/+1
|\|
| * Ensure table names are quoted while renaming for sqlite3 adapter [#2272 state...Brian Hogan2009-06-211-1/+1
* | Refactors to work with latest Arel implementation.Emilio Tagua2009-06-021-2/+3
|/
* Cherry-pick core extensionsJeremy Kemper2009-05-131-0/+1
* Add microsecond support for sqlite adapter [#1982 state:resolved]Alex Pooley2009-04-211-0/+10
* SQLite adapters now support DDL transactions [#2080 state:resolved]Jason King2009-03-141-22/+33
* Ensure SQLite adapters stores the config [#1947 state:resolved] [John Aughey,...John Aughey2009-03-081-2/+7
* Sqlite adapter's copy_table incorrectly attempts to recreate a primary key id...Jacob Dunphy2009-01-291-1/+1
* Add transaction check to SQLite2 adapter to fix test_sqlite_add_column_in_tra...Mike Gunderloy2008-12-301-0/+4
* SQLite: rename_column raises if the column doesn't exist.Tarmo Tänav2008-07-141-0/+3
* Fixed mysql change_column_default to not make the column always nullable.Tarmo Tänav2008-07-141-0/+9
* Ensure add_column gives valid error for sqlite. [Gunnar Wolf, Pratik] [#197 s...Pratik Naik2008-05-201-0/+4
* Merge docrails:Pratik Naik2008-05-091-1/+1
* Added change_table for migrations (Jeff Dean) [#71 state:resolved]David Heinemeier Hansson2008-05-031-3/+6
* Fix sqlite adapter to work with the quoted table names returned by later vers...Frederick Cheung2008-04-211-1/+1
* Tiny change to allow AR based creation of TIME columns in sqlite. Closes #114...Michael Koziarski2008-04-041-1/+1
* More thoroughly quote table names. Exposes some issues with sqlite2 adapter. ...Jeremy Kemper2008-01-051-4/+5
* SQLite: fix rename_ and remove_column for columns with unique indexes. Closes...Jeremy Kemper2007-12-201-6/+13
* Smattering of grammatical fixes to documentation. Closes #10083 [BobSilva]Marcel Molina2007-11-081-1/+1
* Send the correct INSERT statement when dealing with objects with only primary...Michael Koziarski2007-10-061-0/+3
* Don't implicitly assign instance variables by using them as block argumentsJeremy Kemper2007-09-301-1/+2
* Fixed rename_column for SQLite when using symbols for the column names (close...David Heinemeier Hansson2007-09-221-2/+3
* Speed up and simplify query caching.Jeremy Kemper2007-09-171-25/+18
* connection.select_rows 'sql' returns an array (rows) of arrays (field values)...Jeremy Kemper2007-09-161-0/+5
* Fixed that altering join tables in migrations would fail w/ sqlite3 #7453 [Ti...David Heinemeier Hansson2007-09-151-1/+2
* SQLite, MySQL, PostgreSQL, Oracle: quote column names in column migration SQL...Jeremy Kemper2007-05-291-1/+3
* Load database adapters on demand. Eliminates config.connection_adapters and R...Jeremy Kemper2007-05-251-32/+2
* Add helpful debugging info to the ActiveRecord::StatementInvalid exception in...Rick Olson2007-03-271-2/+2
* SQLite: binary escaping works with ='u'. Closes #7862.Jeremy Kemper2007-03-191-2/+2
* When dealing with SQLite3, use the table_info pragma helper, so that the bind...Jamis Buck2007-01-301-1/+9
* Make sure sqlite3 driver closes open connections on disconnect (closes #7105)Jamis Buck2007-01-221-0/+5
* Made sure that connections are only removed for SQLiteDavid Heinemeier Hansson2007-01-151-1/+1
* change_column accepts :default => nil. Closes #6956.Jeremy Kemper2007-01-151-2/+3
* If only life was that simple (it didnt help)David Heinemeier Hansson2006-12-011-0/+4