aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/abstract_mysql_adapter.rb
Commit message (Expand)AuthorAgeFilesLines
* Updated MySQL documentation link to MySQL latest version 5.6 everywhere [ci s...amitkumarsuroliya2015-03-191-2/+2
* Materialize subqueries by adding `DISTINCT`Yasuo Honda2015-03-161-1/+3
* Add `Column#bigint?` methodRyuta Kamizono2015-03-041-2/+2
* Add `SchemaMigration.create_table` support any unicode charsets for MySQL.Ryuta Kamizono2015-02-261-0/+10
* Fix mysql's schema.rb dumper so it does not include limit on emulated boolean...Court3nay2015-02-241-0/+1
* Move back `new_column_definition` into `TableDefinition`Ryuta Kamizono2015-02-251-4/+4
* Merge pull request #19030 from kamipo/extract_short_hand_column_methodsRafael Mendonça França2015-02-231-3/+15
|\
| * Extract `primary_key` method into `ColumnMethods`Ryuta Kamizono2015-02-221-3/+15
* | Allow `:limit` option for MySQL bigint primary key supportRyuta Kamizono2015-02-241-0/+10
|/
* Format the time string according to the precision of the time columnRyuta Kamizono2015-02-201-2/+2
* Allow `:precision` option for time type columnsRyuta Kamizono2015-02-201-7/+4
* `type_cast_for_database` -> `serialize`Sean Griffin2015-02-171-1/+1
* Revert "Allow `:precision` option for time type columns"Sean Griffin2015-02-171-4/+7
* Register adapter specific types with the global type registrySean Griffin2015-02-151-3/+2
* Allow `:precision` option for time type columnsRyuta Kamizono2015-02-121-7/+4
* The datetime precision with zero should be dumpedRyuta Kamizono2015-02-111-0/+6
* Refactor microsecond precision to be database agnosticSean Griffin2015-02-101-14/+9
* Fix rounding problem for PostgreSQL timestamp columnRyuta Kamizono2015-02-081-12/+4
* Add `auto_increment?` instead of `extra == 'auto_increment'`Ryuta Kamizono2015-02-081-2/+6
* Allow a symbol to be passed to `attribute`, in place of a type objectSean Griffin2015-02-061-0/+4
* rm `Column#cast_type`Sean Griffin2015-02-031-19/+37
* Add an `:if_exists` option to `drop_table`Stefan Kanev2015-01-191-1/+1
* 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