aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/abstract_mysql_adapter.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #27402 from yui-knk/executeRafael França2016-12-281-1/+1
|\
| * Use `#execute` instead of `@connection.query`yui-knk2016-12-191-1/+1
* | Fix Rubocop violations and fix documentation visibilityRafael Mendonça França2016-12-281-14/+14
* | Privatize unneededly protected methods in Active RecordAkira Matsuda2016-12-241-19/+17
|/
* Merge pull request #25227 from kamipo/numeric_value_out_of_rangeSean Griffin2016-12-101-0/+3
|\
| * Translate numeric value out of range to the specific exceptionRyuta Kamizono2016-12-061-0/+3
* | Merge pull request #27278 from kamipo/should_be_sync_primary_key_definitionSean Griffin2016-12-081-1/+1
|\ \ | |/ |/|
| * Should be sync the `primary_key` definition with actually createdRyuta Kamizono2016-12-061-1/+1
* | Translate NOT NULL violation to the specific exceptionRyuta Kamizono2016-12-061-0/+4
* | 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-0/+1
* | Make pg adapter use bigserial for pk by defaultPavel Pravosud2016-12-051-1/+23
* | Change MySQL and Postgresql to use Bigint primary keysJon McCartie2016-12-051-1/+1
* | Fix that `change_column` lose a commentRyuta Kamizono2016-12-051-0/+4
* | Fix that unsigned with zerofill is treated as signedRyuta Kamizono2016-11-271-1/+1
* | Refactor column initialization into `new_column_from_field`Kir Shatrov2016-11-111-11/+7
* | Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-1/+1
* | Permit loads while queries are runningMatthew Draper2016-10-271-1/+5
* | Merge pull request #26899 from kamipo/use_regex_matchXavier Noria2016-10-271-2/+2
|\ \
| * | Use Regexp#match? rather than Regexp#===Ryuta Kamizono2016-10-261-2/+2
* | | let Regexp#match? be globally availableXavier Noria2016-10-271-1/+0
|/ /
* | Support index.length for MySQL 8.0.0-dmrYasuo Honda2016-10-131-1/+1
* | Dump index options to pretty formatRyuta Kamizono2016-10-101-2/+2
* | Prevent to create blank commentRyuta Kamizono2016-10-081-1/+1
|/
* Fix broken comments indentation caused by rubocop auto-correct [ci skip]Ryuta Kamizono2016-09-141-2/+2
* Fix Remaining Case-In-Assignment Statement FormattingAlex Kitchens2016-09-061-16/+17
* Revert "Extract `PredicateBuilder::CaseSensitiveHandler`"Sean Griffin2016-08-311-3/+4
* Remove text default treated as an empty string in non-strict modeRyuta Kamizono2016-08-191-1/+1
* Merge pull request #25396 from kamipo/fix_error_message_for_out_of_range_inte...Rafael França2016-08-171-1/+1
|\
| * Fix error message for out of range byte size integer value for consistencyRyuta Kamizono2016-08-071-1/+1
* | Extract `PredicateBuilder::CaseSensitiveHandler`Ryuta Kamizono2016-08-161-4/+3
* | Merge pull request #26155 from kamipo/refactor_quoted_columns_for_indexRafael Mendonça França2016-08-161-16/+9
|\ \
| * | Refactor `quoted_columns_for_index` by extracted `add_options_for_index_columns`Ryuta Kamizono2016-08-141-16/+9
| |/
* / Add three new rubocop rulesRafael Mendonça França2016-08-161-7/+7
|/
* Merge pull request #26073 from kamipo/revert_passing_splat_binds_for_arel_nodeSean Griffin2016-08-061-1/+1
|\
| * Don't passing a nil value to `case_sensitive_comparison`Ryuta Kamizono2016-08-061-1/+1
* | applies remaining conventions across the projectXavier Noria2016-08-061-13/+13
* | normalizes indentation and whitespace across the projectXavier Noria2016-08-061-268/+268
* | modernizes hash syntax in activerecordXavier Noria2016-08-061-2/+2
* | applies new string literal convention in activerecord/libXavier Noria2016-08-061-77/+77
|/
* The problem isn't the detection but the deadlock itselfDavid Heinemeier Hansson2016-08-041-1/+1
* Merge pull request #25107 from Erol/introduce-new-ar-transaction-error-classesRafael Mendonça França2016-08-031-1/+1
|\
| * Introduce new ActiveRecord transaction error classesErol Fornoles2016-05-241-1/+1
* | Merge pull request #25340 from kamipo/prevent_table_comment_queryRafael França2016-07-281-3/+9
|\ \
| * | Prevent `table_comment` query if a table doesn't have a commentRyuta Kamizono2016-06-101-3/+9
* | | Avoid calling `current_database` in `table_comment`Ryuta Kamizono2016-07-281-2/+4
* | | Add the TABLE_SCHEMA condition to the SELECT statement in table_comment (#25945)Takeshi AKIMA2016-07-271-1/+2
* | | adds missing requiresXavier Noria2016-07-241-0/+1
* | | systematic revision of =~ usage in ARXavier Noria2016-07-231-1/+1
* | | Remove `create_table_info_cache` because it not be reusedRyuta Kamizono2016-07-021-6/+1