aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/abstract_mysql_adapter.rb
Commit message (Expand)AuthorAgeFilesLines
* MySQL: schema.rb now includes TEXT and BLOB column limits.Jeremy Kemper2014-09-101-4/+7
* MySQL: correct LONGTEXT and LONGBLOB limits from 2GB to their true 4GBJeremy Kemper2014-09-101-2/+2
* introduce `connection.supports_views?` and basic view tests.Yves Senn2014-09-091-4/+4
* Freeze ADAPTER_NAME in adaptersAbdelkader Boudih2014-09-051-4/+0
* Add and Remove string/strip requireArthur Neves2014-09-021-0/+1
* MySQL: set connection collation along with the charsetJeremy Kemper2014-08-301-1/+5
* Change the default `null` value for timestampsSean Griffin2014-08-121-2/+2
* Predicate methods don't need to return `true` / `false`Rafael Mendonça França2014-07-151-1/+1
* Fix version detection for RENAME INDEX support. Fixes #15931.Jeff Browning2014-07-151-1/+13
* If our connection is explicitly non-strict, tell MySQLMatthew Draper2014-07-061-2/+2
* Change method visibilityRafael Mendonça França2014-06-261-2/+2
* fk: review corrections: indent, visibility, syntax, wording.Yves Senn2014-06-261-11/+11
* fk: support for on_updateYves Senn2014-06-261-6/+11
* fk: rename `dependent` to `on_delete`Yves Senn2014-06-261-2/+2
* fk: support dependent option (:delete, :nullify and :restrict).Yves Senn2014-06-261-1/+13
* fk: generalize using `AlterTable` and `SchemaCreation`.Yves Senn2014-06-261-20/+4
* fk: `foreign_keys`, `add_foreign_key` and `remove_foreign_key` for MySQLYves Senn2014-06-261-0/+44
* Move writing unknown column exception to null attributeSean Griffin2014-06-261-1/+1
* Don't type cast the default on the columnSean Griffin2014-06-171-7/+6
* /mysql/i -> MySQL, Spell correct in continuation to #15555Akshay Vishnoi2014-06-141-2/+2
* Don't query the database schema when calling `serialize`Sean Griffin2014-06-071-8/+11
* Refactor quoting of binary data to not be based on the column typeSean Griffin2014-06-031-4/+3
* Ensure we always use instances of the adapter specific column classSean Griffin2014-05-281-3/+4
* Remove unnecessary branch from quoting in MysqlSean Griffin2014-05-261-2/+0
* 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