aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters
Commit message (Expand)AuthorAgeFilesLines
* Removed deprecated method `columns_for_remove`Neeraj Singh2013-07-031-6/+0
* Remove deprecated SchemaStatements#distinctFrancesco Rodriguez2013-07-021-9/+0
* Merge pull request #11230 from frodsan/remove_deprecated_clear_stale_cached_c...Rafael Mendonça França2013-07-011-5/+0
|\
| * Remove deprecated AR::Connection#clear_stale_cached_connections! methodFrancesco Rodriguez2013-07-011-5/+0
* | Removed deprecated method type_cast_code from ColumnNeeraj Singh2013-07-021-24/+0
|/
* Fix documents for create_join_tableSatoshi Ebisawa2013-06-211-2/+2
* Merge pull request #10884 from dmarkow/pg_fix_default_quotesYves Senn2013-06-191-1/+1
|\
| * Handle single quotes in PostgreSQL default column valuesDylan Markow2013-06-191-1/+1
* | regression test + mysql2 adapter raises correct error if conn is closed.Yves Senn2013-06-151-3/+5
* | Merge pull request #10425 from ranjaykrishna/push_add_column_options_to_schem...Rafael Mendonça França2013-06-134-38/+47
|\ \ | |/ |/|
| * Moving add_column_options! up to SchemaCreationjeran2013-06-124-38/+47
* | Fixes #10432 add_column not creating array columns in PostgreSQLAdam Anderson2013-06-041-0/+1
* | Remove behavior that deals with a string as third argument of `add_index`, be...kennyj2013-06-021-28/+14
* | Merge pull request #10619 from alno/top_level_array_in_postgres_jsonAaron Patterson2013-05-162-1/+3
|\ \
| * | Support array as root element in JSONAlexey Noskov2013-05-142-1/+3
* | | tiny types should only be integers when the length is <= 1. fixes #10620Aaron Patterson2013-05-151-3/+9
* | | Also support extensions in PostgreSQL 9.1, because this has been supported si...kennyj2013-05-151-4/+4
|/ /
* | Merge pull request #10556 from Empact/deprecate-schema-statements-distinctRafael Mendonça França2013-05-121-1/+2
* | Merge pull request #10572 from nertzy/dont-modify-options-hash-in-primary-keyRafael Mendonça França2013-05-111-2/+1
* | Reject blank order_values within #columns_for_distinct, as the orders aren't ...Ben Woosley2013-05-101-1/+1
* | Fix that #exists? can produce invalid SQL: "SELECT DISTINCT DISTINCT"Ben Woosley2013-05-102-10/+13
* | Revert "Merge pull request #10455 from patricksrobertson/bigserial_id_not_ide...Aaron Patterson2013-05-071-6/+2
* | Handle other pk types in PostgreSQL gracefully.Patrick Robertson2013-05-071-2/+6
* | Changing method call according to coding conventionsAkshay Khole2013-05-051-1/+1
* | Make SchemaDumper emit "id: :uuid" when appropriate. Fixes #10451.Brian Buchanan2013-05-031-1/+2
* | Add parameter :sslcompression to PostgreSQL adapter.Lars Kanis2013-05-021-2/+2
* | Improve docs for postgresql with uuid primary keys [ci skip]Carlos Antonio da Silva2013-05-011-8/+7
* | allow override of uuid_generate_v4() default by passing default: nilChad Moone2013-05-011-1/+30
* | maintain return value for recreate_databaseAaron Patterson2013-04-301-1/+2
* | mysql needs to reconnect after recreate. Thanks @mperhamAaron Patterson2013-04-301-0/+1
* | StatementInvalid takes WrappedDatabaseException's placeJeremy Kemper2013-04-282-2/+2
* | Move method used only in the test to the test code itselfIvan Kataitsev2013-04-251-8/+0
* | fix typosVipul A M2013-04-211-1/+1
* | Fix loading of fixtures when the column type is a postgres array of strings.Chris Constantine2013-04-181-1/+1
* | Revert "Merge pull request #10043 from cconstantine/master"Rafael Mendonça França2013-04-181-15/+0
* | Merge pull request #10043 from cconstantine/masterRafael Mendonça França2013-04-181-0/+15
|\ \
| * | Fix loading of string arrays in postgresChris Constantine2013-04-081-0/+15
* | | Fix #7619. 0x prefix must be added when assigning hexadecimal string into bit...kennyj2013-04-171-2/+4
* | | Add OID::Bit for supporting bit string.kennyj2013-04-162-2/+19
* | | fix for the bytea/binary nil value bugMatt Aimonetti2013-04-141-0/+1
|/ /
* | Correctly parse bigint defaults in PostgreSQLErik Peterson2013-04-051-1/+1
* | Per #9999 revert the revert changing so columns are only tested for empty? as...Sam2013-04-031-4/+4
* | Merge pull request #10010 from pwnall/fix_ref_index_trueRafael Mendonça França2013-04-011-1/+1
|\ \
| * | Make references with index:true pass Hash options to add_index.Victor Costan2013-04-011-1/+1
* | | fix detect column type of enummasarakki2013-04-011-2/+2
|/ /
* | Refactor index algorithm lookup so that it only builds the available options ...Carlos Antonio da Silva2013-03-301-4/+4
* | Minor doc improvement about index algorithms [ci skip]Carlos Antonio da Silva2013-03-301-3/+2
* | Do not calculate values if they are not going to be usedCarlos Antonio da Silva2013-03-301-7/+9
* | Make docs a little bit more consistent with colons [ci skip]Carlos Antonio da Silva2013-03-301-9/+9
* | Fix code examples indent in new index options docs [ci skip]Carlos Antonio da Silva2013-03-301-3/+3