aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters
Commit message (Expand)AuthorAgeFilesLines
* forcing encoding on 1.9 when dealing with "binary" columns [#4612 state:resol...Aaron Patterson2010-06-081-0/+4
* MySQL: require 2.7 or later so we can rely on result.each_hashJeremy Kemper2010-06-051-49/+8
* Whoops. _run_*_callbacks is privatewycats2010-06-041-1/+1
* Use faster form of running callbackswycats2010-06-041-1/+1
* Revert "Don't carry default value when changing column for a binary type on M...Jeremy Kemper2010-05-181-5/+1
* make add_index and remove_index more resilient; new rename_index method; trac...Étienne Barrié2010-05-185-11/+106
* Don't carry default value when changing column for a binary type on MySQL [#3...Elomar França2010-05-161-1/+5
* Better code formatting and proper line numbers for stack tracesNeeraj Singh2010-05-142-17/+17
* Revert "Revert "Add index length support for MySQL [#1852 state:open]""Pratik Naik2010-05-093-3/+37
* eliminate alias_method_chain from ActiveRecordwycats2010-05-091-17/+10
* get the rescue error page back [#4536 state:resolved]Sam Ruby2010-05-081-1/+1
* Revert "Add index length support for MySQL [#1852 state:open]"José Valim2010-05-083-37/+3
* Add index length support for MySQL [#1852 state:resolved]Emili Parreno2010-05-083-3/+37
* Use class_inheritable_accessor for connection_handlerPratik Naik2010-05-041-3/+3
* Change event namespace ordering to most-significant first [#4504 state:resolved]Justin George2010-05-022-2/+2
* AR: fixed postgres transaction tests [#4519 state:commited]Cezary Baginski2010-05-011-6/+2
* Add after_commit and after_rollback callbacks to ActiveRecord that are called...Brian Durand2010-04-291-0/+56
* Remove quoted_string_prefix entirely since PostgreSQL was the only database a...Jeremy Kemper2010-04-241-7/+3
* PostgreSQL: always rely on pg driver for escape/unescape and quoting dutiesJeremy Kemper2010-04-241-88/+7
* PostgreSQL: use standard-conforming strings if possibleJeremy Kemper2010-04-241-30/+14
* Drop support for postgres driver. Use pg >= 0.9.0.Jeremy Kemper2010-04-241-16/+2
* mode postgresql adapters table_exists? method take the schema in to account. ...Aaron Patterson2010-04-111-1/+23
* Avoid deprecated String#to_a by using Array.wrap(...) instead of Array(...)Jeremy Kemper2010-04-101-2/+4
* clearing up many warnings, removing unnecessary regular expresion comparisons...Aaron Patterson2010-04-103-25/+24
* fix stack trace lines on class_evalSantiago Pastorino2010-04-091-1/+1
* Revert "When creating database with rake, create schemas in schema_search_pat...Michael Koziarski2010-04-091-21/+0
* remove_index now uses quote_table_name() [#4300 state:resolved]Simon Effenberg2010-04-061-1/+1
* Fix mapping of bigint/smallint/uuid columns in postgresql adapter.Ernie Miller2010-03-312-1/+8
* PostgreSQL adapter: escape_bytea, quote_string and unescape_bytea aren't thre...Eugene Pimenov2010-03-281-6/+6
* adds missing requires for Object#blank? and Object#present?Xavier Noria2010-03-283-0/+3
* adds missing requires for Object#duplicable?Xavier Noria2010-03-281-0/+2
* Oops, a docfix.Rizwan Reza2010-03-281-1/+1
* When creating database with rake, create schemas in schema_search_path if it ...Rizwan Reza2010-03-281-0/+21
* Revert "primary_key now supports :limit for MySQL". Break Sam Ruby app.José Valim2010-03-272-20/+14
* primary_key now supports :limit for MySQLRizwan Reza2010-03-272-14/+20
* Revert "primary_key now supports :limit. [#876 state:resolved]" since it brok...José Valim2010-03-272-20/+14
* primary_key now supports :limit. [#876 state:resolved]Rizwan Reza2010-03-272-14/+20
* In PostgreSQLAdapter, switch tables query to use current_schemas function [#9...Kris Selden2010-03-261-3/+1
* Better MySQL Error message. [#3775 state:resolved]Rizwan Reza2010-03-261-1/+1
* Add add_limit_offset! to adapters.Emilio Tagua2010-03-252-0/+35
* 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
* avoid active not initialized warningSantiago Pastorino2010-02-221-0/+1
* Silenced "SHOW FIELDS" and "SET SQL_AUTO_IS_NULL=0" statements from the MySQL...David Heinemeier Hansson2010-02-061-4/+8
* Added encoding qery support for SQLite3 to make rake db:charset work on all d...Mikel Lindsaar2010-02-031-0/+11
* future proofing the sqlite3 adapter codeAaron Patterson2010-01-261-3/+3
* PostgreSQLAdapter: set time_zone to UTC when Base.default_timezone == :utc so...Jack Christensen2010-01-251-1/+5
* 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
* ActiveRecord should give the connection id as payload, and not the whole conn...José Valim2010-01-151-1/+1