aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/abstract
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge pull request #27389 from kamipo/fix_mysql_pk_dumping_correctlyJeremy Daer2017-02-061-0/+6
|\ \ \
| * | | Correctly dump integer-like primary key with default nilRyuta Kamizono2017-02-041-0/+6
* | | | Deprecate `ColumnDumper#migration_keys`Ryuta Kamizono2017-02-072-3/+7
|/ / /
* | | Virtual/generated column support for MySQL 5.7.5+ and MariaDB 5.2.0+Ryuta Kamizono2017-02-013-2/+13
* | | Missing require "active_support/multibyte/chars"Akira Matsuda2017-01-271-0/+1
* | | Deprecate `initialize_schema_migrations_table` and `initialize_internal_metad...Ryuta Kamizono2017-01-201-4/+4
* | | Revert "Merge pull request #27718 from kamipo/remove_internal_public_methods"Matthew Draper2017-01-201-0/+10
* | | Remove `initialize_schema_migrations_table` and `initialize_internal_metadata...Ryuta Kamizono2017-01-181-10/+0
* | | SQLite: Foreign Key SupportRyuta Kamizono2017-01-171-3/+3
* | | 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
|/