aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/abstract
Commit message (Expand)AuthorAgeFilesLines
* Remove useless `Migrator.schema_migrations_table_name`Ryuta Kamizono2017-03-051-2/+2
* Don't hide method that's been documented API since Rails 2.1Andrew White2017-03-041-3/+3
* Fix `rake db:schema:load` with subdirectoriesRyuta Kamizono2017-03-051-5/+4
* Don't share `options` with a reference type columnRyuta Kamizono2017-03-041-7/+3
* `create_join_table` should respect `references` column typeRyuta Kamizono2017-02-281-7/+5
* Merge pull request #25285 from kamipo/fix_remove_reference_to_multiple_foreig...Rafael França2017-02-231-0/+1
|\
| * Fix `remove_reference` to multiple foreign keys in the same tableRyuta Kamizono2017-02-111-0/+1
* | Deprecate using `#quoted_id` in quotingRyuta Kamizono2017-02-241-0/+2
* | Fix type casting AR object to respect the primary key cast type's serializationRyuta Kamizono2017-02-241-2/+13
* | Correctly dump native timestamp types for MySQLRyuta Kamizono2017-02-231-1/+1
* | Ensure test threads share a DB connectioneileencodes2017-02-202-17/+31
* | Improve `create_table force: true`Ryuta Kamizono2017-02-201-2/+2
* | Merge pull request #26655 from kamipo/fix_remove_expression_indexRafael França2017-02-131-12/+16
|\ \
| * | Fix `remove_index` to be able to remove expression indexesRyuta Kamizono2016-12-251-12/+16
* | | Merge pull request #26930 from kamipo/index_name_exists_defaultRafael França2017-02-131-6/+7
|\ \ \
| * | | Deprecate passing `default` to `index_name_exists?`Ryuta Kamizono2017-02-131-0/+5
| * | | The `default` arg of `index_name_exists?` makes to optionalRyuta Kamizono2017-02-131-6/+2
* | | | Merge pull request #26630 from kamipo/quoted_binaryRafael França2017-02-131-1/+6
|\ \ \ \ | |/ / / |/| | |
| * | | Extract `quoted_binary` and use it rather than override `_quote`Ryuta Kamizono2016-09-271-1/+6
* | | | Schema dumping support for PostgreSQL interval typeRyuta Kamizono2017-02-121-1/+1
| |_|/ |/| |
* | | Refactor `ColumnDefinition` to contain `options` hashRyuta Kamizono2017-02-093-34/+23
* | | `primary_key` and `references` columns should be identical typeRyuta Kamizono2017-02-072-8/+6
* | | 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