aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters
Commit message (Expand)AuthorAgeFilesLines
* Use ActiveSupport::Callbacks instead ofEmilio Tagua2009-10-131-1/+1
* Merge commit 'rails/master'Emilio Tagua2009-10-131-2/+2
|\
| * Callbacks, DeprecatedCallbacks = NewCallbacks, CallbacksJoshua Peek2009-10-121-2/+2
* | Merge commit 'rails/master'Emilio Tagua2009-09-221-13/+9
|\|
| * Instrument process_action, render and sql.José Valim2009-09-201-13/+9
* | Merge commit 'rails/master'Emilio Tagua2009-09-211-1/+4
|\|
| * Enable use of MySQL stored procedures by default.Justin Bailey2009-09-171-1/+4
* | Merge commit 'rails/master'Emilio Tagua2009-09-141-1/+2
|\|
| * Ruby 1.9 compat: corrected instance_methods checksdsykes2009-09-131-1/+2
* | Merge commit 'rails/master'Emilio Tagua2009-08-172-42/+3
|\|
| * Remove support for SQLite 2.Pratik Naik2009-08-172-42/+3
* | Merge commit 'rails/master'Emilio Tagua2009-08-106-13/+67
|\|
| * Use table prefix and suffix for schema_migrations index.Tim Peters2009-08-091-1/+1
| * PostgreSQL: XML datatype supportLeonardo Borges2009-08-092-13/+36
| * raises exception (ActiveRecord::ConfigurationError with message) on habtm ass...Jaime Bellmyer2009-08-094-0/+32
| * Fix that creating a table whose primary key prefix type is :table_name genera...Morgan Schweers2009-08-091-1/+1
| * AR should respect default values for MySQL BINARY and VARBINARY columns.Jatinder Singh2009-08-091-2/+2
| * No longer require database name for MySQL to allow cross database selects.Tristan Dunn2009-08-091-6/+1
| * Allow connect_timeout, read_timeout and write_timeout settings for MySQL [#25...Matt Conway2009-08-091-0/+4
* | 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-08-031-1/+0
|\|
| * SQLite: drop support for 'dbfile' option in favor of 'database.'Jeremy Kemper2009-08-011-1/+0
* | 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-012-4/+4
* | Merge commit 'rails/master'Emilio Tagua2009-06-304-1/+40
|\|
| * 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
* | Merge commit 'rails/master'Emilio Tagua2009-06-232-2/+2
|\|
| * 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
* | Removed unused methods.Emilio Tagua2009-06-232-39/+0
* | Arel now buils SQL queries for associations. Removed old code andEmilio Tagua2009-06-232-20/+0
* | Merge commit 'rails/master'Emilio Tagua2009-06-091-2/+14
|\|
| * PostgreSQL adapter should call thread safe quote_string functionEugene Pimenov2009-06-091-2/+14
* | Refactors to work with latest Arel implementation.Emilio Tagua2009-06-024-4/+7
* | Merge commit 'rails/master'Emilio Tagua2009-05-187-3/+11
|\|
| * Cherry-pick core extensionsJeremy Kemper2009-05-137-3/+11
* | Refactor to calculations. Migration's versions are string not integer. ARel s...Emilio Tagua2009-05-061-10/+10
* | Merge commit 'rails/master'Emilio Tagua2009-05-022-7/+8
|\|
| * 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
* | construct_finder_sql now use ArelEmilio Tagua2009-04-241-1/+1
|/
* Add microsecond support for sqlite adapter [#1982 state:resolved]Alex Pooley2009-04-211-0/+10