aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/abstract
Commit message (Expand)AuthorAgeFilesLines
* Fix pool_from_any_process to use most recent speceileencodes2017-01-131-1/+1
* class Foo < Struct.new(:x) creates an extra unneeded anonymous classAkira Matsuda2017-01-131-10/+6
* Merge pull request #25522 from kamipo/fix_select_rows_method_signature_for_co...Rafael França2017-01-031-6/+4
|\
| * Fix `select_rows` method signature for consistencyRyuta Kamizono2017-01-041-6/+4
* | Deprecate passing `name` to `indexes` like `tables`Ryuta Kamizono2017-01-041-1/+3
|/
* Merge pull request #27441 from koic/quoted_insert_version_sqlKasper Timm Hansen2016-12-311-4/+4
|\
| * Add a quote to an SQL insert statement of schema migrationKoichi ITO2016-12-231-4/+4
* | Remove deprecated `#insert_sql`, `#update_sql`, and `#delete_sql`Ryuta Kamizono2016-12-301-6/+0
* | Remove deprecated support to query using commas on LIMITRafael Mendonça França2016-12-291-6/+1
* | Remove deprecated `name` argument from `#tables`Rafael Mendonça França2016-12-291-1/+1
* | Remove deprecated support to passing a column to #quoteRafael Mendonça França2016-12-291-11/+1
* | Fix Rubocop violations and fix documentation visibilityRafael Mendonça França2016-12-282-12/+12
* | Privatize unneededly protected methods in Active RecordAkira Matsuda2016-12-242-15/+14
* | No need to nodoc private methodsAkira Matsuda2016-12-241-3/+3
* | Describe what we are protectingAkira Matsuda2016-12-231-0/+2
|/
* fix QueryCache nil dupRichard Monette2016-12-151-2/+2
* Merge pull request #26687 from kamipo/fix_add_index_to_normalize_optionsMatthew Draper2016-12-061-0/+1
|\
| * Fix `add_index` to normalize column names and optionsRyuta Kamizono2016-10-031-1/+2
* | Change MySQL and Postgresql to use Bigint primary keysJon McCartie2016-12-052-2/+2
* | Don't try to run multiple insert queries at onceSean Griffin2016-12-051-5/+9
* | Clear available connections immediatelyMatthew Draper2016-11-271-0/+2
* | Distribute connections to previously blocked threads when we're doneMatthew Draper2016-11-251-19/+17
* | Merge pull request #27057 from kamipo/fix_race_conditionMatthew Draper2016-11-191-6/+7
|\ \
| * | Fix the race condition caused by `with_new_connections_blocked`Ryuta Kamizono2016-11-181-8/+4
|/ /
* | Merge pull request #26905 from bogdanvlviv/docsAndrew White2016-11-133-8/+8
|\ \
| * | Add missing `+` around a some literals.bogdanvlviv2016-10-273-8/+8
* | | Merge pull request #26978 from matthewd/query-cache-poolMatthew Draper2016-11-102-0/+28
|\ \ \
| * | | Configure query caching (per thread) on the connection poolMatthew Draper2016-11-062-0/+28
* | | | Add ActiveRecord::Base.connection_pool.statPavel2016-11-091-0/+18
|/ / /
* | | Merge pull request #26909 from matthewd/query-cache-connectionMatthew Draper2016-11-061-0/+2
|\ \ \
| * | | Clear query cache during checkin, instead of an execution callbackMatthew Draper2016-10-271-0/+2
| |/ /
* | | Add more rubocop rules about whitespacesRafael Mendonça França2016-10-293-3/+3
* | | Merge pull request #26688 from kamipo/remove_respond_to_indexesKasper Timm Hansen2016-10-281-4/+0
|\ \ \
| * | | Remove unnecessary `respond_to?(:indexes)` checkingRyuta Kamizono2016-10-031-4/+0
| | |/ | |/|
* | | Use Regexp#match? rather than Regexp#===Ryuta Kamizono2016-10-261-1/+1
| |/ |/|
* | Fix indentation of code examplesOrhan Toy2016-10-191-4/+4
* | Extract `format_colspec` to format column specRyuta Kamizono2016-10-111-3/+1
* | `name` is not a column optionRyuta Kamizono2016-10-102-3/+2
* | Dump index options to pretty formatRyuta Kamizono2016-10-101-1/+1
* | Prevent to create blank commentRyuta Kamizono2016-10-081-2/+2
|/
* Preserve cached queries name in AS notificationsJean Boussier2016-09-221-4/+10
* Force correct namespace when using TransactionManagerArthur Neves2016-09-161-1/+1
* fix typo in `add_column` doc [ci skip]yuuji.yaginuma2016-09-161-1/+1
* Fix broken comments indentation caused by rubocop auto-correct [ci skip]Ryuta Kamizono2016-09-142-44/+44
* fixes remaining RuboCop issues [Vipul A M, Xavier Noria]Xavier Noria2016-09-011-2/+2
* Merge pull request #26217 from kamipo/revert_23067Rafael França2016-08-191-1/+1
|\
| * Revert "`sql_for_insert` returns values for passing to `exec_insert`"Ryuta Kamizono2016-08-191-1/+1
* | Added nil case handling to allow rollback migration in case oftravis.h.oneill@gmail.com2016-08-172-2/+3
|/
* Merge pull request #26002 from kamipo/sql_for_insert_should_be_called_inside_...Rafael França2016-08-171-2/+2
|\
| * `sql_for_insert` should be called inside `exec_insert`Ryuta Kamizono2016-08-061-2/+2