aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/abstract
Commit message (Expand)AuthorAgeFilesLines
* Properly check transaction in persistenceKeenan Brock2017-11-061-1/+1
* [ci skip]Update the documentation about the primary key typesuginoy2017-10-291-15/+15
* Remove deprecated argument `name` from `#indexes`Rafael Mendonça França2017-10-231-1/+1
* Remove deprecated methods `initialize_schema_migrations_table` and `initializ...Rafael Mendonça França2017-10-231-10/+0
* Remove deprecated argument `default` from `index_name_exists?`Rafael Mendonça França2017-10-231-6/+1
* Remove deprecated support to `quoted_id` when typecasting an Active Record ob...Rafael Mendonça França2017-10-231-17/+0
* [Active Record] require => require_relativeAkira Matsuda2017-10-211-1/+1
* Express #change_column_comment as public apibogdanvlviv2017-10-041-1/+1
* Preload digest/sha2 to avoid thread safe error.Francesco Rodriguez2017-09-251-1/+1
* Extract `integer_like_primary_key_type` to ease to handle it for adaptersRyuta Kamizono2017-09-251-0/+7
* Move integer-like primary key normalization to `new_column_definition`Ryuta Kamizono2017-09-231-0/+4
* Add :comment option for add_column [ci skip]Yoshiyuki Kinjo2017-09-201-0/+2
* Should quote composite primary key namesRyuta Kamizono2017-09-041-1/+1
* `add_reference` should respect column position for both reference id and type...Ryuta Kamizono2017-09-011-1/+1
* Clarify that bulk option is supported only by MySQL [ci skip]Prathamesh Sonpatki2017-08-291-0/+2
* Refactor `SchemaDumper` to make it possible to adapter specific customizationRyuta Kamizono2017-08-222-19/+22
* Remove deprecated `#migration_keys`Ryuta Kamizono2017-08-221-6/+0
* Update links to use https instead of http [ci skip]Yoshiyuki Hirano2017-08-222-2/+2
* Require "active_support/core_ext/hash/compact" for `compact!`Ryuta Kamizono2017-08-211-0/+2
* Don't expose `prepare_column_options`Ryuta Kamizono2017-08-211-32/+13
* Restore the ability that SQL with binds for `insert`, `update`, and `delete` ...Ryuta Kamizono2017-08-181-6/+6
* Restore `to_sql` to return only SQL (#29945)Ryuta Kamizono2017-08-182-5/+11
* Fix RDoc formatting: `+` doesn't work with `@`ohbarye2017-08-111-5/+5
* Start `@reaper.run` after connection pool initializedRyuta Kamizono2017-08-111-2/+3
* Merge pull request #30108 from yui-knk/require_concurrent_mapRafael França2017-08-081-0/+2
|\
| * Add missed `require`yui-knk2017-08-071-0/+2
* | [ci skip] Postgres --> PostgreSQLRyuta Kamizono2017-08-081-1/+1
|/
* Fix all rubocop violationsRafael Mendonça França2017-08-031-2/+2
* Change http postgresql.org links to https [ci skip]yuuji.yaginuma2017-07-301-1/+1
* Clarify add_column limit documentationLisa Ugray2017-07-251-0/+1
* Fix test failures when prepared statements are disabledSean Griffin2017-07-241-2/+25
* Refactor Active Record to let Arel manage bind paramsSean Griffin2017-07-243-22/+36
* Use frozen-string-literal in ActiveRecordKir Shatrov2017-07-1911-0/+22
* Change sqlite3 boolean serialization to use 1 and 0Lisa Ugray2017-07-111-4/+4
* Merge branch 'master' into require_relative_2017Xavier Noria2017-07-025-24/+72
|\
| * Fix removed version 5.2 to 6.0 in the deprecation messageRyuta Kamizono2017-07-021-1/+1
| * Apply record state based on parent transaction stateeileencodes2017-07-011-2/+15
| * Deprecate and replace `set_state` methodeileencodes2017-07-011-6/+27
| * Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-0211-11/+0
| * Merge pull request #29540 from kirs/rubocop-frozen-stringMatthew Draper2017-07-0211-0/+11
| |\
| | * Enforce frozen string in RubocopKir Shatrov2017-07-0111-0/+11
| * | Merge pull request #29506 from pat/frozen-string-literalsMatthew Draper2017-07-023-6/+6
| |\ \
| | * | Make ActiveRecord frozen string literal friendly.Pat Allan2017-06-203-6/+6
| * | | Don't cache queries for schema statementsRyuta Kamizono2017-06-302-10/+24
| | |/ | |/|
* / | [Active Record] require => require_relativeAkira Matsuda2017-07-011-1/+1
|/ /
* | Should use the same connection in using query cacheRyuta Kamizono2017-06-291-0/+1
* | Merge pull request #29405 from kamipo/locked_should_not_build_arelRafael França2017-06-281-0/+1
|\ \
| * | Remove delegating to arel in a relationRyuta Kamizono2017-06-291-0/+1
* | | Avoid begin/rescue in fixture quotingKir Shatrov2017-06-201-5/+4
* | | Use bulk INSERT to insert fixturesKir Shatrov2017-06-201-6/+50
|/ /