aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/abstract
Commit message (Expand)AuthorAgeFilesLines
...
* Revert "primary_key now supports :limit. [#876 state:resolved]" since it brok...José Valim2010-03-271-4/+4
* primary_key now supports :limit. [#876 state:resolved]Rizwan Reza2010-03-271-4/+4
* Add add_limit_offset! to adapters.Emilio Tagua2010-03-251-0/+23
* ActiveRecord should raise an error on invalid migration types.José Valim2010-02-281-4/+7
* avoid @transaction_joinable not initialized warningSantiago Pastorino2010-02-221-1/+1
* Revert "Fix #microseconds conversion and #fast_string_to_time"Pratik Naik2010-01-171-7/+6
* Fix #microseconds conversion and #fast_string_to_timeChris Hapgood2010-01-161-6/+7
* Move AR logging responsibilities to ActiveRecord::Railties::Subscriber.José Valim2010-01-131-1/+2
* Remove allow_concurrency and verification_timeout from ActiveRecord::Base (de...José Valim2010-01-131-20/+0
* Set deprecation warnings for RAILS_ENV and RAILS_DEFAULT_LOGGER.José Valim2010-01-131-2/+2
* Expose connections available in the connection pool.José Valim2010-01-111-1/+1
* Allow AR::Schema's migrations_path to be overwritten by subclasses. Defaults ...Jeffrey Hardy2010-01-081-2/+2
* Remove locking related unused codePratik Naik2009-12-281-12/+0
* Modify connection pool callbacks to be compatible w/ new styleNick Sieger2009-10-161-6/+8
* Merge commit 'rails/master'Emilio Tagua2009-08-102-2/+17
|\
| * Use table prefix and suffix for schema_migrations index.Tim Peters2009-08-091-1/+1
| * PostgreSQL: XML datatype supportLeonardo Borges2009-08-091-0/+15
| * Fix that creating a table whose primary key prefix type is :table_name genera...Morgan Schweers2009-08-091-1/+1
* | Merge commit 'rails/master'Emilio Tagua2009-08-061-2/+1
|\|
| * Ruby 1.9.2 compat: Array#* uses to_str instead of to_s to join values since R...Akira Matsuda2009-08-051-2/+1
* | Merge commit 'rails/master'Emilio Tagua2009-08-051-1/+6
|\|
| * Revert "fallback_string_to_date sets Date._parse comp arg to true, so that st...Geoff Buesing2009-08-051-1/+1
| * fallback_string_to_date sets Date._parse comp arg to true, so that strings wi...Matt Ganderup2009-08-031-1/+1
| * quoted_date converts time-like objects to ActiveRecord::Base.default_timezone...Geoff Buesing2009-08-031-1/+6
* | Merge commit 'rails/master'Emilio Tagua2009-07-312-1/+9
|\|
| * Merge docrailsPratik Naik2009-07-252-1/+9
* | 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-231-1/+1
|\|
| * Fixed a bug where create_table could not be called without a block [#2221 sta...Joseph Wilk2009-06-211-1/+1
* | Removed unused methods.Emilio Tagua2009-06-231-27/+0
* | Arel now buils SQL queries for associations. Removed old code andEmilio Tagua2009-06-231-6/+0
* | Refactors to work with latest Arel implementation.Emilio Tagua2009-06-021-2/+2
|/
* Cherry-pick core extensionsJeremy Kemper2009-05-132-0/+3
* 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
* 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
* Fix PostgreSQL unit test failures that only occur when using the old 'postgre...Hongli Lai (Phusion)2009-01-131-4/+8
* Introduce transaction_joinable flag to mark that the fixtures transaction can...Jeremy Kemper2009-01-101-15/+16
* Merge branch 'master' into savepointsJeremy Kemper2009-01-103-31/+34
|\
| * Inline code comments for class_eval/module_eval [#1657 state:resolved]Xavier Noria2008-12-282-30/+30
| * Merge docrailsPratik Naik2008-12-192-1/+4
* | Merge commit 'origin/master' into savepointsHongli Lai (Phusion)2008-12-091-0/+2
|\|
| * Merge with docrailsPratik Naik2008-12-071-0/+2
* | Merge commit 'origin/master' into savepointsHongli Lai (Phusion)2008-12-032-12/+18
|\|
| * 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-071-4/+1
| |\|
| | * Simplify dispatcher callbacks to eliminate unnecessary stale thread purging. ...Nick Sieger2008-11-081-4/+1
| * | undef abstract methods instead of raising NotImplementedError. Still need the...Jeremy Kemper2008-11-071-4/+4
| |/