aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/mysql2_adapter.rb
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* Add a type object to Column constructorSean Griffin2014-05-171-2/+3
* cache scope building on associationsAaron Patterson2014-04-141-4/+0
* working against arel/collector branchAaron Patterson2014-04-091-2/+2
* Merge branch 'master' into adequaterecordAaron Patterson2014-04-071-2/+2
|\
| * Clarify 'database does not exist' message and implementation.Jeremy Kemper2014-04-011-2/+2
* | Merge branch 'master' into adequaterecordAaron Patterson2014-03-131-0/+8
|\|
| * MySQL 5.6 and later supports microsecond precision in datetime.Tatsuhiko Miyagawa2014-03-121-0/+8
* | Merge branch 'master' into adequaterecordAaron Patterson2014-02-171-1/+1
|\|
| * Fix regression on `.select_*` methods.Arthur Neves2014-01-301-1/+1
* | run the damn tests @tenderloveAaron Patterson2014-01-171-1/+1
* | change query strategy based on adapterAaron Patterson2014-01-161-0/+4
|/
* Raise NoDatabaseError when db does not existschneems2013-12-241-0/+6
* Check if the SQL is not a prepared statementRafael Mendonça França2013-09-111-1/+1
* Revert "Do not dup the binds when visiting the AST"Rafael Mendonça França + Kassio Borges2013-08-311-1/+1
* Do not dup the binds when visiting the ASTRafael Mendonça França2013-08-311-1/+1
* chmod -xAkira Matsuda2013-08-121-0/+0
* Set field encoding to client_encoding for mysql adapter.Koichi Sasada2013-08-081-0/+4
* Uses mysql2 0.3.13 or laterkennyj2013-07-231-1/+1
* Defines the return type of select / select_all method.kennyj2013-07-231-2/+1
* regression test + mysql2 adapter raises correct error if conn is closed.Yves Senn2013-06-151-3/+5
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2013-03-301-1/+1
|\
| * nodoc AR::ConnectionHandling for adapters [ci skip]Francesco Rodriguez2013-03-151-1/+1
* | respect auto_increment in rename_column for mysqlVipul A M2013-03-271-2/+2
* | sets limit 191 for schema_migrations#version in mysql2 if the encoding is "ut...Xavier Noria2013-03-171-0/+9
|/
* Don't rely on Hash key's orderingVitor Baptista2013-01-161-1/+3
* Session variables for mysql, mysql2, and postgresql adapters can be setAaron Stone2012-12-081-21/+1
* Migration of docs to 1.9 hash syntaxAvnerCohen2012-10-231-1/+1
* The default value of a text/blob in mysql strict mode should be nilJon Leighton2012-10-191-4/+2
* Ensure disconnecting or reconnecting resets the transaction stateJon Leighton2012-09-151-0/+2
* Merge pull request #5244 from fotos/myqsl2_wait_timeoutRafael Mendonça França2012-05-251-1/+1
|\
| * Maximum wait_timeout on Windows is 2147483Fotos Georgiadis2012-03-021-1/+1
* | Add config option, rdoc, tests for mysql(2) STRICT_ALL_TABLES mode.Michael Pearson2012-05-051-2/+4
* | Default to 'strict mode' in MySQLMichael Pearson2012-05-051-0/+6
* | update mysql for new exec_insert signatureDoug Cole2012-03-311-1/+1
|/
* prepared statements can be disabledAaron Patterson2012-02-211-15/+5
* tag bind params with a bind param objectAaron Patterson2012-02-201-1/+1
* Alias reconnect! to reset! for Mysql2 adapter since they have sameWaseem Ahmad2012-02-121-5/+1
* made the result set object act more like an arrayAaron Patterson2012-01-311-1/+1