aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/mysql
Commit message (Expand)AuthorAgeFilesLines
...
* | | Don't cache queries for schema statementsRyuta Kamizono2017-06-302-2/+6
| |/ |/|
* | Use `quote` method rather than single quotes to identifiers in SQLRyuta Kamizono2017-06-291-1/+1
* | Merge pull request #29454 from kamipo/fix_exists_queries_with_cacheRafael França2017-06-191-19/+0
|\ \ | |/ |/|
| * Ensure query caching for `select_*` methods in connection adaptersRyuta Kamizono2017-06-151-19/+0
* | Remove FK together with column in MySQLKir Shatrov2017-06-161-0/+7
|/
* Merge pull request #28733 from kamipo/dont_fallback_to_utf8mb3_after_mysql_8.0.0Rafael França2017-04-191-0/+10
|\
| * Don't fallback to utf8mb3 after MySQL 8.0.0Ryuta Kamizono2017-04-171-0/+10
* | Fix `extract_expression_for_virtual_column` for MariaDBRyuta Kamizono2017-04-191-1/+1
* | Use `quoted_scope` rather than `@config[:database]` to respect current databaseRyuta Kamizono2017-04-191-2/+3
|/
* Support Descending Indexes for MySQLRyuta Kamizono2017-04-161-0/+1
* Refactor `indexes` things in connection adaptersRyuta Kamizono2017-04-161-0/+42
* Make internal methods to privateRyuta Kamizono2017-03-271-0/+36
* Merge pull request #28068 from kamipo/refactor_data_sourcesRafael França2017-03-131-0/+33
|\
| * Extract `data_source_sql` to refactor data source statementsRyuta Kamizono2017-02-201-0/+33
* | Merge pull request #28017 from mtsmfm/suppress-dep-warnMatthew Draper2017-03-131-0/+2
|\ \
| * | Suppress deprecation warning `implementing to_yaml is deprecated`Fumiaki MATSUSHIMA2017-02-151-0/+2
| |/
* / Correctly dump native timestamp types for MySQLRyuta Kamizono2017-02-233-2/+18
|/
* Merge pull request #26630 from kamipo/quoted_binaryRafael França2017-02-131-9/+3
|\
| * Extract `quoted_binary` and use it rather than override `_quote`Ryuta Kamizono2016-09-271-9/+3
* | Fix bigint primary key with unsignedRyuta Kamizono2017-02-101-1/+1
* | Refactor `ColumnDefinition` to contain `options` hashRyuta Kamizono2017-02-092-29/+4
* | Correctly dump integer-like primary key with default nilRyuta Kamizono2017-02-041-10/+5
* | Virtual/generated column support for MySQL 5.7.5+ and MariaDB 5.2.0+Ryuta Kamizono2017-02-014-12/+50
* | Tweak bigint PK handlingMatthew Draper2017-01-182-6/+4
* | 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
* | Simplify the regex for `unsigned?` methodRyuta Kamizono2016-12-111-2/+1
* | [ci skip] Document regex changeAlex Kitchens2016-12-061-0/+1
* | Change MySQL and Postgresql to use Bigint primary keysJon McCartie2016-12-052-6/+7
* | Fix that unsigned with zerofill is treated as signedRyuta Kamizono2016-11-271-1/+1
* | Fix NameError: undefined local variable or method `result`Ryuta Kamizono2016-11-141-2/+2
* | Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-1/+1
* | Permit loads while queries are runningMatthew Draper2016-10-271-1/+3
* | Use Regexp#match? rather than Regexp#===Ryuta Kamizono2016-10-262-3/+3
|/
* activerecord/mysql2: Avoid setting @connection to nil, just close itDylan Thacker-Smith2016-09-081-10/+6
* Remove unused `blob_or_text_column?` methodRyuta Kamizono2016-08-191-4/+0
* Remove text default treated as an empty string in non-strict modeRyuta Kamizono2016-08-192-23/+4
* Add three new rubocop rulesRafael Mendonça França2016-08-161-2/+2
* normalizes indentation and whitespace across the projectXavier Noria2016-08-068-136/+136
* applies new string literal convention in activerecord/libXavier Noria2016-08-065-16/+16
* Make `name` and `binds` to optional args for `exec_{insert,update,delete}`Ryuta Kamizono2016-08-041-1/+1
* `@quoted_{column,table}_names` should cache a frozen stringRyuta Kamizono2016-07-281-2/+2
* Merge pull request #25408 from kamipo/should_not_reuse_quoted_trueYves Senn2016-07-271-1/+1
|\
| * Quoting booleans should return a frozen stringRyuta Kamizono2016-07-271-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
* Merge pull request #25507 from bquorning/optimize-for-first-result-and-remove...Rafael França2016-07-021-13/+0
|\
| * Remove MySQL::DatabaseStatements#select_oneBenjamin Quorning2016-06-241-13/+0
* | Remove unnecessary `assert_valid_default`Ryuta Kamizono2016-06-251-7/+0
|/