aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/abstract_mysql_adapter.rb
Commit message (Expand)AuthorAgeFilesLines
* Refactor `visit_ChangeColumnDefinition`Ryuta Kamizono2015-01-031-10/+8
* Add default value for `create_table_definition`Ryuta Kamizono2015-01-031-2/+2
* Merge pull request #17820 from fw42/restore_query_cache_on_rollbackRafael Mendonça França2015-01-021-1/+1
|\
| * Restore query cache on rollbackFlorian Weingarten2014-12-011-1/+1
* | Merge pull request #18228 from kamipo/correctly_dump_primary_keyRafael Mendonça França2015-01-021-0/+12
|\ \
| * | Improve a dump of the primary key support.Ryuta Kamizono2014-12-291-0/+12
* | | Merge pull request #18067 from kamipo/format_datetime_string_according_to_pre...Rafael Mendonça França2015-01-021-0/+28
|\ \ \
| * | | Format the datetime string according to the precision of the datetime field.Ryuta Kamizono2015-01-021-1/+17
| * | | Allow precision option for MySQL datetimes.Ryuta Kamizono2015-01-021-0/+12
|/ / /
* | | Extract the index length validation to a auxiliar methodRafael Mendonça França2014-12-301-3/+2
* | | Raise a better exception for renaming long indexes for mysql adaptersYasuo Honda2014-12-301-0/+3
|/ /
* | Add bigint primary key support for MySQL.Ryuta Kamizono2014-12-281-0/+11
* | `force: :cascade` to recreate tables referenced by foreign-keys.Yves Senn2014-12-191-1/+1
* | Fix undesirable RangeError by Type::Integer. Add Type::UnsignedInteger.Ryuta Kamizono2014-12-121-5/+16
* | Failure to rollback t.timestamps when within a change_table migrationnoam2014-12-031-1/+1
* | Pass symbol as an argument instead of a blockErik Michaels-Ober2014-11-291-2/+2
|/
* Mark comments that should not be in the docsclaudiob2014-11-241-0/+2
* remove never called method `limited_update_conditions`Andrey Deryabin2014-11-111-4/+0
* Revert the behavior of booleans in string columns to that of 4.1Sean Griffin2014-11-091-1/+23
* - Remove unused duplicated method `add_column_position` from AbstractMysqlAda...Vipul A M2014-11-011-8/+0
* Remove redundant `to_s` in interpolationclaudiob2014-10-291-2/+2
* Merge pull request #17411 from mcfiredrill/doc-change-column-default-abstract...Rafael Mendonça França2014-10-291-1/+1
|\
| * :nodoc: for abstract_mysql_adapterTony Miller2014-10-291-1/+1
* | fix MySQL enum type lookup with values matching another type. Closes #17402.Yves Senn2014-10-291-6/+6
* | Add mysql and pg specific attributes to Column#== and hashSean Griffin2014-10-281-0/+11
|/
* add a truncate method to the connectionAaron Patterson2014-09-221-0/+4
* 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