aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/abstract_mysql_adapter.rb
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | Reduce the calling `create_table_info` queryRyuta Kamizono2015-09-181-2/+7
* | | | | | Correctly dump composite primary keyRyuta Kamizono2015-09-201-12/+17
| |/ / / / |/| | | |
* | | | | Merge pull request #21591 from kamipo/text_and_blob_limit_is_byte_lengthRafael Mendonça França2015-09-131-2/+2
|\ \ \ \ \
| * | | | | TEXT and BLOB limit is byte length, not character length.Ryuta Kamizono2015-09-111-2/+2
| |/ / / /
* / / / / Updated MySQL documentation link to MySQL latest version 5.7 everywhere [ci s...amitkumarsuroliya2015-09-101-2/+2
|/ / / /
* | | | No need to get the exception variableRafael Mendonça França2015-09-011-6/+4
* | | | Merge pull request #21318 from yahonda/pr21108Rafael Mendonça França2015-09-011-2/+6
|\ \ \ \
| * | | | Support MySQL 5.7.8 which enables show_compatibility_56=offYasuo Honda2015-08-211-2/+6
* | | | | 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