aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/abstract_adapter.rb
Commit message (Expand)AuthorAgeFilesLines
...
* Merge branch 'master' into require_relative_2017Xavier Noria2017-07-021-1/+1
|\
| * Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
| * Merge pull request #29540 from kirs/rubocop-frozen-stringMatthew Draper2017-07-021-0/+1
| |\
| | * Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
| * | Make ActiveRecord frozen string literal friendly.Pat Allan2017-06-201-1/+1
| |/
* / [Active Record] require => require_relativeAkira Matsuda2017-07-011-6/+6
|/
* Add comprehensive locking around DB transactionsMatthew Draper2017-04-111-1/+1
* Make internal methods to privateRyuta Kamizono2017-03-271-27/+13
* [PostgreSQL]: Replace deprecated PG constants.Lars Kanis2017-03-221-1/+1
* Remove duplicated `columns` definitionRyuta Kamizono2017-03-201-8/+0
* Deprecate `supports_migrations?` on connection adaptersRyuta Kamizono2017-02-271-3/+3
* Merge pull request #28176 from kamipo/push_valid_type_up_to_abstract_adapterAndrew White2017-02-261-2/+2
|\
| * Push `valid_type?` up to abstract adapterRyuta Kamizono2017-02-261-2/+2
* | Fix typo 'affect' -> 'effect' [ci skip]Rebecca Skinner2017-02-261-1/+1
|/
* Merge pull request #28167 from kirs/deprecate-verify-argsMatthew Draper2017-02-261-0/+3
|\
| * Deprecate AbstractAdapter#verify! with argumentsKir Shatrov2017-02-251-0/+3
* | Ensure test threads share a DB connectioneileencodes2017-02-201-1/+6
* | Add `default_index_type?` to the generic schema dumper doesn't have the knowl...Ryuta Kamizono2017-02-141-0/+4
* | Deprecate `supports_primary_key?`Ryuta Kamizono2017-02-121-4/+3
* | Merge pull request #26378 from kamipo/decouple_building_arel_ast_for_uniquene...Jeremy Daer2017-02-061-5/+5
|\ \ | |/ |/|
| * Add `:nodoc:` to `case_sensitive_comparison` and `case_insensitive_comparison`Ryuta Kamizono2017-01-201-2/+2
| * Decouple the building Arel ASTs for uniqueness validatorRyuta Kamizono2016-12-251-3/+3
* | Virtual/generated column support for MySQL 5.7.5+ and MariaDB 5.2.0+Ryuta Kamizono2017-02-011-0/+5
* | SQLite: Foreign Key SupportRyuta Kamizono2017-01-171-0/+6
* | Reduce string objects by using \ instead of + or << for concatenating stringsAkira Matsuda2017-01-121-3/+3
* | Fix Rubocop violations and fix documentation visibilityRafael Mendonça França2016-12-281-3/+3
|/
* Privatize unneededly protected methods in Active RecordAkira Matsuda2016-12-241-13/+13
* fix QueryCache nil dupRichard Monette2016-12-151-1/+6
* Refactor column initialization into `new_column_from_field`Kir Shatrov2016-11-111-0/+8
* Merge pull request #26909 from matthewd/query-cache-connectionMatthew Draper2016-11-061-3/+3
|\
| * Clear query cache during checkin, instead of an execution callbackMatthew Draper2016-10-271-3/+3
* | Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-1/+1
|/
* Revert "Extract `PredicateBuilder::CaseSensitiveHandler`"Sean Griffin2016-08-311-6/+6
* Extract `PredicateBuilder::CaseSensitiveHandler`Ryuta Kamizono2016-08-161-6/+6
* Merge pull request #26073 from kamipo/revert_passing_splat_binds_for_arel_nodeSean Griffin2016-08-061-5/+1
|\
| * Don't passing a nil value to `case_sensitive_comparison`Ryuta Kamizono2016-08-061-5/+1
* | applies remaining conventions across the projectXavier Noria2016-08-061-2/+2
* | normalizes indentation and whitespace across the projectXavier Noria2016-08-061-91/+91
* | applies new string literal convention in activerecord/libXavier Noria2016-08-061-25/+25
|/
* Remove `prepare_binds_for_database` internal methodRyuta Kamizono2016-07-281-1/+1
* Pass `type_casted_binds` to log subscriber for logging bind values properlyRyuta Kamizono2016-07-191-6/+7
* Make connection stealing more explicitMatthew Draper2016-07-061-1/+14
* Check connection ownership before allowing a thread to release itMatthew Draper2016-07-061-1/+11
* Allow the connection adapters to determine the order of bind paramsSean Griffin2016-05-061-0/+18
* Merge pull request #24730 from vipulnsward/move-savepointsRafael França2016-04-251-4/+0
|\
| * Move remaining current_savepoint_name to savepoints moduleVipul A M2016-04-251-4/+0
* | Dont simply assume a type is a valid database type. This is only always true ...Vipul A M2016-04-251-1/+1
|/
* Add Expression Indexes and Operator Classes support for PostgreSQLRyuta Kamizono2016-04-241-0/+5
* Include the Savepoints module in all adapters.Vipul A M2016-04-241-6/+1
* Add `:nodoc:` to `insert_versions_sql` [ci skip]Ryuta Kamizono2016-04-241-1/+1