aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters
Commit message (Expand)AuthorAgeFilesLines
* active_record: Quote numeric values compared to string columns.Dylan Smith2013-02-072-4/+8
* Call super to use the abstract adapter implementation insteadCarlos Antonio da Silva2013-02-061-1/+1
* Add changelog entry for #9203 about schema dumper with db extensionsCarlos Antonio da Silva2013-02-061-2/+2
* add ActiveRecord::AbstractAdapter#extensions and ActiveRecord::ConnectionAdap...Justin George2013-02-062-0/+15
* Fix typo :bomb:Rafael Mendonça França2013-01-311-1/+1
* Fix typoRafael Mendonça França2013-01-311-2/+2
* Strict regexpRafael Mendonça França2013-01-311-2/+2
* Extract the value casting to a methodRafael Mendonça França2013-01-311-15/+23
* DATABASE_URL parsing should turn numeric strings into numeric types, andAaron Stone2013-01-311-0/+19
* reloading type map on extension changingAaron Patterson2013-01-292-2/+15
* fixing commentAaron Patterson2013-01-291-1/+1
* Fix typoRafael Mendonça França2013-01-291-1/+1
* Only search for enabled extension if the PostgreSQL version supportsRafael Mendonça França2013-01-291-3/+5
* add API to pg for enabling / disabling hstoreAaron Patterson2013-01-282-0/+25
* updates a dynamic method heredoc docXavier Noria2013-01-281-2/+2
* explains why the query cache checks arel.lockedXavier Noria2013-01-281-0/+2
* Fix typo: adaptors => adapters [ci skip]Carlos Antonio da Silva2013-01-271-1/+1
* Fix cases where delete_records on a has_many association caused errorsDerek Kraan2013-01-273-0/+20
* Default dead_connection_timeout to 5Akira Matsuda2013-01-241-1/+1
* Fix PostgreSQL tests on TravisAndrew White2013-01-241-0/+5
* Add postgresql range types supportbUg2013-01-237-71/+117
* Refactored transaction state into its own object. Each transaction creates a ...wangjohn2013-01-211-5/+24
* Created state for a transaction and added tests.wangjohn2013-01-201-0/+12
* fix anonymous class issueDavid2013-01-201-0/+1
* Don't rely on Hash key's orderingVitor Baptista2013-01-162-3/+5
* Use whitelist to pass valid connection parameters to PGConn.Rafael Mendonça França2013-01-061-7/+10
* Remove the configuration key in the correct placeRafael Mendonça França2013-01-061-3/+1
* Fix error when assigning NaN to an integer columnTristan Harward2013-01-061-5/+1
* These are already required through AS/railsAkira Matsuda2013-01-073-4/+0
* Remove unnecessary begin..rescue..end, use only rescueAkira Matsuda2013-01-061-25/+23
* Support for PostgreSQL's ltree data type.Rob Worley2013-01-042-1/+9
* Reuse the Column integer converterRafael Mendonça França2013-01-031-1/+1
* Fix undefined method `to_i' introduced since 3.2.8Jason Stirk2013-01-041-1/+5
* small refactoring, added blob_or_text_colum? in AbstractMysqlAdapterAngelo Capilleri2012-12-281-2/+6
* Fixes for PR [#8267]Marc-Andre Lafortune2012-12-221-3/+6
* Fix calling quote column name in interpolated stringCarlos Antonio da Silva2012-12-211-1/+1
* Differentiate between remove_column and remove_columns. Make remove_column re...Marc-Andre Lafortune2012-12-213-14/+23
* Make drop_table reversible [#8267]Marc-Andre Lafortune2012-12-211-0/+4
* Add drop_join_table [#8267]Marc-Andre Lafortune2012-12-211-0/+11
* Simplify change_table and avoid duplicated logicMarc-Andre Lafortune2012-12-211-14/+2
* Keep index names when using with sqlite3Yves Senn2012-12-191-2/+1
* #5523 Add ability for postgresql adapter to disable user triggers in disable_...Gary S. Weaver2012-12-181-4/+12
* AR supporting new int4range and int8range data type on PostgreSQL >= 9.2. Fix...Alexey2012-12-171-4/+11
* AR supporting new intrange data type on PostgreSQL >= 9.2Alexey2012-12-166-4/+68
* Merge pull request #8510 from thedarkone/thread_safety_improvementsAaron Patterson2012-12-141-9/+16
|\
| * Replace some global Hash usages with the new thread safe cache.thedarkone2012-12-141-9/+16
* | Deprecate obsolete Time to DateTime fallback methodsAndrew White2012-12-111-1/+1
|/
* Move to the schema-migrations-metadata branch.Jeremy Kemper2012-12-091-4/+4
* Session variables for mysql, mysql2, and postgresql adapters can be setAaron Stone2012-12-084-34/+61
* revises a RDoc example to make it idiomaticXavier Noria2012-12-071-8/+8