aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/abstract_mysql_adapter.rb
Commit message (Expand)AuthorAgeFilesLines
* Refactor the type casting of booleans in MySQLSean Griffin2014-05-261-11/+8
* Push limit to type objectsSean Griffin2014-05-221-34/+21
* Replace `type_cast` case statement with delegationSean Griffin2014-05-201-2/+1
* Remove :timestamp column typeSean Griffin2014-05-191-1/+0
* Delegate `Column#type` to the injected type objectSean Griffin2014-05-191-12/+14
* Add a type object to Column constructorSean Griffin2014-05-171-4/+5
* Changed extract_limit in class Column to return correct mysql float and doubl...Aaron Nelson2014-05-161-0/+2
* Simplify building options hash in rename column method for mysqlCarlos Antonio da Silva2014-05-041-5/+6
* Get rid of conditional since column_for handles raising nowCarlos Antonio da Silva2014-05-041-7/+4
* refactor, move `column_for` to `AbstractAdapter` for better reuse.Yves Senn2014-05-041-8/+1
* Stringify variables names for mysql connectionsPaul Nikitochkin2014-04-301-5/+5
* push the collectors up to the abstract adapterAaron Patterson2014-04-091-20/+0
* mysql tests are passing againAaron Patterson2014-04-091-1/+7
* all tests passing on mysql2Aaron Patterson2014-04-091-1/+0
* working against arel/collector branchAaron Patterson2014-04-091-12/+4
* fix bind collecting for mysqlAaron Patterson2014-04-091-2/+22
* wrap the literal value before handing it to arelAaron Patterson2014-04-071-1/+2
* fix mysql buildsLuke Steensen2014-03-301-1/+1
* No need to gsub the stringRafael Mendonça França2014-03-261-1/+1
* Don't use send when we own the methodRafael Mendonça França2014-03-261-1/+1
* Make method privateRafael Mendonça França2014-03-261-5/+6
* Improve the methodRafael Mendonça França2014-03-261-5/+6
* Fixes bugs for using indexes in CREATE TABLE by adding checks for table exist...Steve Rice2014-03-251-1/+1
* create indexes inline in CREATE TABLE for MySQLCody Cutrer2014-03-251-0/+20
* Merge pull request #13040 from kamipo/case_sensitive_comparisonRafael Mendonça França2014-03-121-0/+8
|\
| * Only use BINARY for mysql case sensitive uniqueness check when column has a c...Ryuta Kamizono2013-11-261-0/+8
* | Replace map.flatten with flat_map in activerecordErik Michaels-Ober2014-03-031-2/+2
* | `execute` is a hotspot, so let's reduce branchesAaron Patterson2014-02-121-6/+2
* | MySQL: remove the old-school 'packets out of order' messageJeremy Kemper2013-12-171-6/+0
* | support creating temporary tables from queriesCody Cutrer2013-12-141-0/+4
* | Remove `DEFAULT NULL` for primary key column to support MySQL 5.7.3Yasuo Honda2013-12-101-1/+1
* | Remove unused variableRafael Mendonça França2013-11-291-1/+1
* | Merge pull request #13100 from akshay-vishnoi/f-refactorCarlos Antonio da Silva2013-11-291-3/+8
|\ \
| * | #type_cast - improve performance & readabilityAkshay Vishnoi2013-11-291-3/+8
| |/
* | fix mysql version check in rename_indexCody Cutrer2013-11-281-1/+1
* | implement rename_index natively for MySQL > 5.7Cody Cutrer2013-11-281-0/+8
|/
* Merge pull request #12779 from dougbarth/dont_swallow_exceptions_during_trans...Aaron Patterson2013-11-151-8/+0
|\
| * Don't swallow exceptions in transctional statementsDoug Barth2013-11-051-8/+0
* | Unifies mysql and mysql2 casting of booleans.Yves Senn2013-11-111-0/+6
|/
* extract adapter savepoint implementations into `abstract/savepoints.rb`.Yves Senn2013-09-301-17/+2
* change the savepoint interface to allow passing the name.Yves Senn2013-09-301-6/+6
* Check if the SQL is not a prepared statementRafael Mendonça França2013-09-111-0/+1
* chmod -xAkira Matsuda2013-08-121-0/+0
* Remove redundant `string_to_binary` from type-castingVipul A M2013-08-091-2/+2
* Set field encoding to client_encoding for mysql adapter.Koichi Sasada2013-08-081-1/+2
* Revert "Merge pull request #11120 from awilliams/ar_mysql2_boolean_quoting"Yves Senn2013-07-171-6/+0
* Unifies mysql and mysql2 casting of booleansawilliams2013-07-161-0/+6
* Merge pull request #10425 from ranjaykrishna/push_add_column_options_to_schem...Rafael Mendonça França2013-06-131-18/+22
|\
| * Moving add_column_options! up to SchemaCreationjeran2013-06-121-18/+22
* | maintain return value for recreate_databaseAaron Patterson2013-04-301-1/+2