aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters
Commit message (Expand)AuthorAgeFilesLines
* Refactor `ArrayParser`Vipul A M2013-07-261-15/+22
* Fix indentation.kennyj2013-07-241-8/+8
* Simplify select_one method.kennyj2013-07-241-2/+1
* Uses mysql2 0.3.13 or laterkennyj2013-07-231-1/+1
* Defines the return type of select / select_all method.kennyj2013-07-232-6/+3
* rescue from all exceptions in `ConnectionManagement#call`Vipul A M2013-07-221-1/+1
* Revert "Merge pull request #11120 from awilliams/ar_mysql2_boolean_quoting"Yves Senn2013-07-172-6/+6
* Move initializing process for query cache to ActiveRecord::ConnectionAdapters...kennyj2013-07-162-2/+6
* Unifies mysql and mysql2 casting of booleansawilliams2013-07-162-6/+6
* `change_column` for PG adapter respects `:array` option.Yves Senn2013-07-161-2/+3
* Merge pull request #11174 from vipulnsward/remove_column_passingRafael Mendonça França2013-07-091-2/+2
|\
| * Document where `column` param gets utilized in `substitute_at`.Vipul A M2013-07-011-2/+2
* | Removed unsued deprecation requireRashmi Yadav2013-07-041-1/+0
* | Remove deprecated nil-passing to `SchemaCache` methods.Yves Senn2013-07-041-28/+8
* | Remove deprecated `transaction_joinable=`Arun Agrawal2013-07-031-6/+0
* | Remove deprecated `decrement_open_transactions`.Arun Agrawal2013-07-031-4/+0
* | removed deprecated increment_open_transactionsArun Agrawal2013-07-031-4/+0
* | remove deprecated `PostgreSQLAdapter#outside_transaction?` method.Yves Senn2013-07-031-7/+0
* | 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