aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Remove extra case.Vipul A M2013-08-101-1/+0
| | |/ / | |/| |
* | | | PG adapter deals with negative money values formatted with parenthesis.Yves Senn2013-08-261-0/+5
* | | | Use infinity constKonstantin Shabanov2013-08-221-2/+2
* | | | Stop interpreting SQL 'string' columns as :string type.Ben Woosley2013-08-171-1/+1
* | | | Rescue invalid ip address exceptions on assign.Paul Nikitochkin2013-08-141-1/+5
* | | | Merge pull request #11838 from vipulnsward/drop_extra_varSteve Klabnik2013-08-121-2/+2
|\ \ \ \
| * | | | drop extra variableVipul A M2013-08-121-2/+2
| |/ / /
* / / / chmod -xAkira Matsuda2013-08-123-0/+0
|/ / /
* | | Remove redundant `string_to_binary` from type-castingVipul A M2013-08-095-18/+4
* | | Merge pull request #11802 from ko1/fix_field_encoding_for_mysqlAaron Patterson2013-08-073-1/+14
|\ \ \
| * | | Set field encoding to client_encoding for mysql adapter.Koichi Sasada2013-08-083-1/+14
* | | | cast hstore values on write to be consistent with reading from the db.Yves Senn2013-08-082-4/+12
|/ / /
* | | Merge pull request #11331 from vipulnsward/remove_conditionalAaron Patterson2013-08-071-8/+1
|\ \ \
| * | | Remove conditional, since results are always an instance of `ActiveRecord::Re...Vipul A M2013-07-061-8/+1
* | | | Fix multidimensional PG arrays containing non-string itemsYves Senn2013-08-071-1/+9
* | | | config[:database] should be a stringRafael Mendonça França2013-08-051-3/+3
* | | | Merge pull request #11762 from peterkovacs/patch-2Carlos Antonio da Silva2013-08-051-1/+1
|\ \ \ \
| * | | | Free result_metadata directly instead of freeing 2nd, redundant call.Peter Kovacs2013-08-051-1/+1
* | | | | Create sqlite3 directory if not presentschneems2013-08-051-3/+5
|/ / / /
* | | | Merge pull request #11455 from antonio/fix_enable_extension_not_being_definedRafael Mendonça França2013-08-021-0/+8
|\ \ \ \
| * | | | Define enable_extension method to prevent undefined method errorAntonio Santos2013-08-021-0/+8
| | |/ / | |/| |
* | | | Removed redundant xml override from pg adapterPaul Nikitochkin2013-08-021-7/+3
* | | | 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
|\ \ \ | |/ / |/| |