aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/mysql2_adapter.rb
Commit message (Expand)AuthorAgeFilesLines
* Drop mysql2 version less than 0.4.3 to guarantee fork safety (#31244)Ryuta Kamizono2017-11-281-1/+1
* Let rubygems handle our objection to mysql2 0.4.3Matthew Draper2017-11-261-2/+1
* Improve AR connection fork safetyMatthew Draper2017-11-181-0/+5
* [Active Record] require => require_relativeAkira Matsuda2017-10-211-2/+2
* Fix test failures when prepared statements are disabledSean Griffin2017-07-241-1/+1
* Fix build failures on MySQLSean Griffin2017-07-241-1/+1
* Use frozen-string-literal in ActiveRecordKir Shatrov2017-07-191-0/+2
* [Active Record] require => require_relativeAkira Matsuda2017-07-011-2/+2
* Remove mysql2 database adapter default username rootAaron Stone2017-04-261-2/+0
* Mysql2::Client::FOUND_ROWS should be defined in all currently supported versi...Akira Matsuda2016-11-101-6/+4
* activerecord/mysql2: Avoid setting @connection to nil, just close itDylan Thacker-Smith2016-09-081-5/+1
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-11/+11
* modernizes hash syntax in activerecordXavier Noria2016-08-061-2/+2
* applies new string literal convention in activerecord/libXavier Noria2016-08-061-8/+8
* Include the Savepoints module in all adapters.Vipul A M2016-04-241-0/+4
* Merge pull request #23461 from kamipo/prepared_statements_for_mysql2_adapterJeremy Daer2016-04-231-50/+5
|\
| * Add prepared statements support for `Mysql2Adapter`Ryuta Kamizono2016-04-211-51/+5
|/
* Add support for specifying comments for tables, columns, and indexes.Andrey Novikov2016-04-161-0/+8
* remove trailing whitespace.Yves Senn2016-03-021-1/+1
* Remove not needed `exec_insert` in mysql2 adapterRyuta Kamizono2016-03-021-4/+0
* Fix `NoMethodError: undefined method `fields' for nil:NilClass`Ryuta Kamizono2016-02-291-1/+1
* Remove `alias exec_without_stmt exec_query`Ryuta Kamizono2016-02-191-2/+0
* MariaDB does not support JSON typeRyuta Kamizono2016-02-061-1/+1
* Refactor `connection.insert_sql`Ryuta Kamizono2016-01-071-5/+0
* Fix `connection#create` in PG adapterRyuta Kamizono2016-01-051-1/+0
* Remove outdated commentRyuta Kamizono2015-12-271-28/+0
* Improve `select_one` in `Mysql2Adapter`Ryuta Kamizono2015-12-271-0/+10
* Add support for passing flags to MySQL2 adapter by arrayStephen Blackstone2015-12-221-1/+6
* Allow users to pass flags from database.ymlStephen Blackstone2015-12-151-2/+2
* `connection_options` is only needed for `MysqlAdapter`Ryuta Kamizono2015-11-291-2/+1
* Revert "Add prepared statements support for `Mysql2Adapter`"Sean Griffin2015-11-261-52/+25
* Add prepared statements support for `Mysql2Adapter`Ryuta Kamizono2015-11-261-25/+52
* `set_field_encoding` is only needed for `MysqlAdapter`Ryuta Kamizono2015-11-241-4/+0
* Deprecate exception#original_exception in favor of exception#causeYuki Nishijima2015-11-031-1/+1
* Do not cache prepared statements that are unlikely to have cache hitsSean Griffin2015-10-201-1/+1
* Add stored procedure test in mysql2Ryuta Kamizono2015-10-151-1/+4
* Merge pull request #19086 from kamipo/move_explain_into_abstract_mysql_adapterJeremy Daer2015-09-191-78/+0
|\
| * Move `explain` into `AbstractMysqlAdapter`Ryuta Kamizono2015-03-011-78/+0
* | Support mysql2 0.4.0, first release with prepared statements supportJeremy Daer2015-09-071-1/+1
* | Add a native JSON data type support in MySQLRyuta Kamizono2015-08-181-0/+4
* | Should use `server_info[:version]` instead of `info[:version]`Ryuta Kamizono2015-08-041-1/+1
* | gem 'mysql2', '~> 0.3.18'Ryuta Kamizono2015-05-041-1/+1
|/
* Add `SchemaMigration.create_table` support any unicode charsets for MySQL.Ryuta Kamizono2015-02-261-9/+0
* Respect the database default charset for `schema_migrations` table.Ryuta Kamizono2015-02-081-1/+1
* Refactor `quoted_date`Ryuta Kamizono2014-12-111-8/+0
* Mark comments that should not be in the docsclaudiob2014-11-241-0/+6
* Remove duplicate 'select' database statementclaudiob2014-10-201-5/+0
* Freeze ADAPTER_NAME in adaptersAbdelkader Boudih2014-09-051-1/+1
* Fix version detection for RENAME INDEX support. Fixes #15931.Jeff Browning2014-07-151-2/+2
* Replace `type_cast` case statement with delegationSean Griffin2014-05-201-12/+0