aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters
Commit message (Expand)AuthorAgeFilesLines
* index dump should not include full text indexes. Thanks Ken Mayer for the ori...Aaron Patterson2010-06-261-8/+3
* Merge remote branch 'miloops/fixes'José Valim2010-06-243-3/+3
|\
| * Remove block definition from method, is not needed since yield is used inside.Emilio Tagua2010-06-243-3/+3
* | Your original TIME ZONE value on PostgreSQL is correctly restored now, after ...Santiago Pastorino2010-06-241-3/+5
|/
* remove_column should raise an ArgumentError when no columns are passed [#4803...Jeff Dean2010-06-232-0/+2
* Fix connection reloading in development mode. [#4929 state:resolved]Edgars Beigarts2010-06-222-3/+6
* remove executable permission from files that don't need it. [#4802 state:reso...rohit2010-06-201-0/+0
* Fix bug with rolling back frozen attributes.Brian Durand2010-06-181-2/+2
* setting the timezone in postgres to whatever ruby thinks the timezone is [#48...Aaron Patterson2010-06-171-1/+6
* edit pass: the names of Rails components have a space, ie, "Active Record", n...Xavier Noria2010-06-144-12/+12
* Revert "Temporarily revert "Update after_commit and after_rollback docs and t...Jeremy Kemper2010-06-081-0/+56
* Temporarily revert "Update after_commit and after_rollback docs and tests to ...Jeremy Kemper2010-06-081-56/+0
* 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