aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/mysql/database_statements.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Don't cache queries for schema statementsRyuta Kamizono2017-06-301-0/+4
|/
* Ensure query caching for `select_*` methods in connection adaptersRyuta Kamizono2017-06-151-19/+0
* Fix `select_rows` method signature for consistencyRyuta Kamizono2017-01-041-4/+6
* Fix Rubocop violations and fix documentation visibilityRafael Mendonça França2016-12-281-1/+1
* Privatize unneededly protected methods in Active RecordAkira Matsuda2016-12-241-4/+2
* Fix NameError: undefined local variable or method `result`Ryuta Kamizono2016-11-141-2/+2
* Permit loads while queries are runningMatthew Draper2016-10-271-1/+3
* activerecord/mysql2: Avoid setting @connection to nil, just close itDylan Thacker-Smith2016-09-081-10/+6
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-38/+38
* applies new string literal convention in activerecord/libXavier Noria2016-08-061-1/+1
* Make `name` and `binds` to optional args for `exec_{insert,update,delete}`Ryuta Kamizono2016-08-041-1/+1
* Extract `type_casted_binds` methodRyuta Kamizono2016-07-261-1/+1
* Pass `type_casted_binds` to log subscriber for logging bind values properlyRyuta Kamizono2016-07-191-1/+1
* Remove MySQL::DatabaseStatements#select_oneBenjamin Quorning2016-06-241-13/+0
* Add prepared statements support for `Mysql2Adapter`Ryuta Kamizono2016-04-211-0/+125