aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters
Commit message (Expand)AuthorAgeFilesLines
* Merge docrailsPratik Naik2009-07-252-1/+9
* Make sure the wrapped exceptions also have the original exception available.Michael Koziarski2009-06-263-5/+5
* Translate foreign key violations to ActiveRecord::InvalidForeignKey exceptions.Michael Schuerig2009-06-262-0/+4
* Translate adapter errors that indicate a violated uniqueness constraint to Ac...Michael Schuerig2009-06-264-1/+36
* Fixed a bug where create_table could not be called without a block [#2221 sta...Joseph Wilk2009-06-211-1/+1
* Ensure table names are quoted while renaming for sqlite3 adapter [#2272 state...Brian Hogan2009-06-211-1/+1
* PostgreSQL adapter should call thread safe quote_string functionEugene Pimenov2009-06-091-2/+14
* Cherry-pick core extensionsJeremy Kemper2009-05-137-3/+11
* Ensure ActiveRecord::Base.connection_pool.with_connection creates a new conne...steve2009-05-011-5/+6
* Use table_exists? in #initialize_schema_migrations_table [#1923 state:resolved]Ken Collins2009-05-011-2/+2
* Add microsecond support for sqlite adapter [#1982 state:resolved]Alex Pooley2009-04-211-0/+10
* Fixed dumping from postgresql columns in index in wrong order. [#2515 state:r...Max Lapshin2009-04-211-15/+18
* Quote table names when casting to regclass so that capitalized tables are sup...Scott Woods2009-04-211-3/+3
* Fixed wrong quoting of index names in postgres [#2402 state:resolved]Max Lapshin2009-04-211-1/+1
* Support multiple schemas in table names for postgresql [#390 state:resolved]Max Lapshin2009-04-051-1/+30
* 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-082-3/+8
* Ensure ActiveRecord session store's connections are checked in after each req...Joshua Peek2009-02-241-0/+16
* Support true/false in query_attribute for calculated columnsMax Lapshin2009-02-061-0/+1
* Sqlite adapter's copy_table incorrectly attempts to recreate a primary key id...Jacob Dunphy2009-01-291-1/+1
* Mysql#reconnect is set according to the 'reconnect' key in the connection spec.Dov Murik2009-01-271-2/+5
* Fix PostgreSQL unit test failures that only occur when using the old 'postgre...Hongli Lai (Phusion)2009-01-132-10/+12
* Introduce transaction_joinable flag to mark that the fixtures transaction can...Jeremy Kemper2009-01-102-25/+25
* Merge branch 'master' into savepointsJeremy Kemper2009-01-107-58/+76
|\
| * Add transaction check to SQLite2 adapter to fix test_sqlite_add_column_in_tra...Mike Gunderloy2008-12-301-0/+4
| * Inline code comments for class_eval/module_eval [#1657 state:resolved]Xavier Noria2008-12-284-48/+50
| * Merge docrailsPratik Naik2008-12-192-1/+4
| * Free MySQL::Result objects after a call to execute [#1416 state:resolved]Manfred Stienstra2008-12-181-4/+13
| * Benchmark.msJeremy Kemper2008-12-091-5/+5
* | Merge commit 'origin/master' into savepointsHongli Lai (Phusion)2008-12-092-6/+11
|\|
| * Merge with docrailsPratik Naik2008-12-072-6/+11
* | Merge commit 'origin/master' into savepointsHongli Lai (Phusion)2008-12-033-15/+21
|\|
| * Autoload ActiveRecord filesJoshua Peek2008-11-241-0/+1
| * Remove reset! as a connection#checkout callbackPratik Naik2008-11-191-1/+1
| * Merge branch 'master' into testingJeremy Kemper2008-11-081-3/+11
| |\
| | * Timeout the connection pool monitor on ruby 1.8 onlyJeremy Kemper2008-11-081-3/+11
| * | Merge branch 'master' into testingJeremy Kemper2008-11-073-14/+6
| |\|
| | * Don't leave open dangling connections in development mode. [#1335 state:resol...Pratik Naik2008-11-081-2/+1
| | * Simplify dispatcher callbacks to eliminate unnecessary stale thread purging. ...Nick Sieger2008-11-081-4/+1
| | * Revert commit which breaks all the tests.Michael Koziarski2008-11-071-8/+4
| * | undef abstract methods instead of raising NotImplementedError. Still need the...Jeremy Kemper2008-11-071-4/+4
| |/
| * Stop logging SHOW FIELDS and SET SQL_AUTO_IS_NULL=0 for the MysqlAdapter as t...David Heinemeier Hansson2008-11-061-4/+8
| * Make sure ActiveRecord::Base.connected? doesn't raise an exception for define...Pratik Naik2008-11-061-1/+2
| * Ensure ActiveRecord::ConnectionPool.connected? handles undefined connections....Wes Oldenbeuving2008-11-061-1/+1
* | Reimplement Jeremy's PostgreSQL automatic transaction state introspection code.Hongli Lai (Phusion)2008-11-032-2/+28
* | Make SQLite3 pass the unit tests for savepoints.Hongli Lai (Phusion)2008-11-033-0/+14
* | Fix a stale typo in the PostgreSQL adapter. Fix a stale mock expection in tra...Hongli Lai (Phusion)2008-11-031-1/+1
* | Revert "PostgreSQL: introduce transaction_active? rather than tracking activi...Hongli Lai (Phusion)2008-11-031-38/+0
* | Improve documentation for DatabaseStatements#transactions and AbstractAdapter...Hongli Lai (Phusion)2008-11-032-6/+72
* | Implement savepoints.Jonathan Viney2008-11-034-6/+47
|/