aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/abstract_mysql_adapter.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Extract foreign key action from `information_schema`Ryuta Kamizono2016-06-071-15/+15
* | | Make `foreign_keys` queries to `SCHEMA`Ryuta Kamizono2016-06-071-1/+1
|/ /
* / Do not include default column limit in schema.rbRyuta Kamizono2016-05-311-2/+2
|/
* Add AR::TransactionSerializationError for transaction serialization failures ...Erol Fornoles2016-05-211-3/+11
* Support for unified Integer class in Ruby 2.4+Jeremy Daer2016-05-181-2/+2
* Should quote `lock_name` to pass to `get_advisory_lock`Ryuta Kamizono2016-05-101-2/+2
* Add `:nodoc:` to `schema_creation` [ci skip]Ryuta Kamizono2016-05-021-1/+1
* Extract `add_sql_comment!` methodRyuta Kamizono2016-04-291-1/+5
* Follow up of #23461Vipul A M2016-04-241-1/+1
* Include the Savepoints module in all adapters.Vipul A M2016-04-241-1/+0
* Merge pull request #23461 from kamipo/prepared_statements_for_mysql2_adapterJeremy Daer2016-04-231-5/+23
|\
| * Add prepared statements support for `Mysql2Adapter`Ryuta Kamizono2016-04-211-5/+25
|/
* Define `arel_visitor` method on all adaptersRyuta Kamizono2016-04-201-0/+4
* Merge pull request #23497 from kamipo/extract_schema_qualified_nameJeremy Daer2016-04-191-8/+15
|\
| * Extract `extract_schema_qualified_name` methodRyuta Kamizono2016-02-051-8/+15
* | Merge pull request #23515 from kamipo/extract_arel_visitorJeremy Daer2016-04-191-9/+0
|\ \
| * | Extract `arel_visitor` and move up to the abstract adapterRyuta Kamizono2016-04-041-9/+0
* | | Merge pull request #23522 from kamipo/add_value_too_long_exception_classJeremy Daer2016-04-181-0/+2
|\ \ \