aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/abstract_mysql_adapter.rb
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | JSON is still an adapter specific type.Sean Griffin2015-08-211-1/+1
|/ / / /
* | | | Add a native JSON data type support in MySQLRyuta Kamizono2015-08-181-11/+28
* | | | Ensure that microsecond precision is only used for version of mysql that supp...Jori Hardman2015-07-201-5/+13
* | | | Add reversible syntax for change_column_defaultPrem Sichanugrist2015-06-261-1/+2
|/ / /
* | | If specify `strict: :default` explicitly, do not set sql_mode.Ryuta Kamizono2015-05-261-2/+4
* | | Remove `require 'arel/visitors/bind_visitor'`Ryuta Kamizono2015-05-191-1/+0
* | | Divide methods for handling column options separatelyRyuta Kamizono2015-05-181-6/+10
* | | Refactor abstract_mysql_adapter type_to_sql methodMehmet Emin İNAÇ2015-05-131-21/+33
* | | Merge pull request #20047 from mcfiredrill/make-subquery-for-privateRafael Mendonça França2015-05-061-13/+13
|\ \ \
| * | | make AbstractAdapter#subquery_for privateTony Miller2015-05-061-13/+13
* | | | More exercise the create index sql testsRyuta Kamizono2015-05-041-2/+3
* | | | Do not use options that does not supportRyuta Kamizono2015-05-041-4/+4
* | | | Merge pull request #17569 from kamipo/dump_table_optionsRafael Mendonça França2015-05-031-0/+10
|\ \ \ \
| * | | | Correctly dump `:options` on `create_table` for MySQLRyuta Kamizono2015-05-031-0/+10
* | | | | Merge pull request #19978 from kamipo/collation_option_support_for_postgresqlRafael Mendonça França2015-05-031-20/+17
|\ \ \ \ \
| * | | | | Move the collation handling code from the MySQL adapter to common classesRyuta Kamizono2015-05-041-20/+17
| | |/ / / | |/| | |
* / | | | Change the `visit_AddColumn` visiblity for the internal APIRyuta Kamizono2015-05-031-5/+5
|/ / / /
* / / / :nodoc: change_column_null in the implmenting adaptersTony Miller2015-05-031-1/+1
|/ / /
* | | Merge pull request #17574 from kamipo/charset_collation_optionsJeremy Kemper2015-04-071-0/+38
|\ \ \
| * | | Add `:charset` and `:collation` options support for MySQL string and text col...Ryuta Kamizono2015-03-061-0/+38
* | | | No need to document drop_table in the PostgreSQLAdapterRafael Mendonça França2015-04-061-0/+4
* | | | change the explanation of :if_exists option [ci skip]Mehmet Emin İNAÇ2015-04-061-1/+1
* | | | drop_table method documentation for mysql and postgresql adapters [ci skip]Mehmet Emin İNAÇ2015-04-061-0/+11
* | | | Merge pull request #19449 from Gaurav2728/gaurav-unavailable_linkRafael Mendonça França2015-03-231-2/+1
|\ \ \ \
| * | | | remove old unavailable link with relevant fixGaurav Sharma2015-03-231-2/+1
* | | | | update mysql link that has been replacedGaurav Sharma2015-03-231-1/+1
|/ / / /
* | | | 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