aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use CURRENT_TIMESTAMP since it has apparently better cross db supportCarlos Antonio da Silva2012-12-061-1/+1
* Merge branch 'joshsusser-master' into mergeAaron Patterson2012-12-051-4/+4
|\
| * Add migration history to schema.rb dumpJosh Susser2012-12-021-2/+2
| * Add metadata to schema_migrationsJosh Susser2012-12-011-3/+3
* | Fix #8414. Performance problem with postgresql adapter primary_key function.kennyj2012-12-051-3/+2
* | pg_namespace table isn't used.kennyj2012-12-051-1/+0
|/
* Fix memory leak in development modeJon Leighton2012-11-301-8/+11
* schema cache already has the columns as a hash, so use thatAaron Patterson2012-11-252-2/+12
* speed up fixture loading by querying the schema cache for column namesAaron Patterson2012-11-252-2/+11
* TypoChris Patuzzo2012-11-211-1/+1
* Merge pull request #6245 from bogdan/bc_timestampRafael Mendonça França2012-11-212-3/+9
|\
| * Fix postgresql adapter to handle bc timestamps correctlyBogdan Gusiev2012-11-212-3/+9
* | Refactoring, testing and documenting pg_connection.distinctSemyon Perepelitsa2012-11-211-13/+10
|/
* Postgresql doesn't accepts limits on text columns.Victor Costan2012-11-201-0/+7
* Be a bit less conservative with mysql in adapterCarlos Antonio da Silva2012-11-191-1/+1
* Add rename_index to change_table.Jarek Radosz2012-11-191-0/+8
* Bump mysql gem version to the newly 2.9.0, fix build.Carlos Antonio da Silva2012-11-171-1/+1
* Properly deprecate ConnectionHandler#connection_poolsJon Leighton2012-11-091-6/+14
* Check if the options value is present before to send the deprecationRafael Mendonça França2012-11-031-4/+6
* Remove old commentRafael Mendonça França2012-11-021-1/+1
* Deprecate passing a string as third argument of `add_index`Rafael Mendonça França2012-11-021-0/+6
* Raise an ArgumentError when passing an invalid option to add_indexRafael Mendonça França2012-11-021-1/+4
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-11-036-50/+50
|\
| * Migration of docs to 1.9 hash syntaxAvnerCohen2012-10-236-50/+50