aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters
Commit message (Expand)AuthorAgeFilesLines
* eliminate warnings about multiple primary keys on habtm join tablesAaron Patterson2016-02-191-1/+1
* Merge pull request #23525 from kamipo/remove_unused_requireSean Griffin2016-02-181-1/+0
|\
| * Remove unused requireRyuta Kamizono2016-02-061-1/+0
* | Remove needless `case_insensitive_comparison` in mysql2 adapterRyuta Kamizono2016-02-172-7/+4
* | Let t.foreign_key use the same `to_table` twiceGeorge Millo2016-02-151-2/+2
* | Ensure prepared statement caching still occurs with Adequate RecordSean Griffin2016-02-112-4/+4
* | Add numeric type in the doc [ci skip]Ryuta Kamizono2016-02-081-3/+3
* | Merge pull request #23547 from kamipo/schema_type_returns_symbolSean Griffin2016-02-073-8/+8
|\ \
| * | `schema_type` returns symbol rather than stringRyuta Kamizono2016-02-083-8/+8
* | | Merge pull request #23508 from meinac/add_numeric_type_into_migrationsSean Griffin2016-02-071-0/+2
|\ \ \ | |/ / |/| |
| * | Added numeric helper into migrations.Mehmet Emin İNAÇ2016-02-071-0/+2
| |/
* / MariaDB does not support JSON typeRyuta Kamizono2016-02-061-1/+1
|/
* Remove the assumption of schema in DATABASE_URLJeremy Baker2016-02-041-1/+1
* Merge pull request #23460 from kamipo/innodb_supports_fulltext_and_spatial_in...Sean Griffin2016-02-031-1/+1
|\
| * InnoDB supports FULLTEXT and Spatial Indexes [ci skip]Ryuta Kamizono2016-02-041-1/+1
* | Merge pull request #23458 from kamipo/activerecord_supports_mysql_5.0_and_upSean Griffin2016-02-031-10/+7
|\ \
| * | Active Record supports MySQL >= 5.0Ryuta Kamizono2016-02-041-10/+7
| |/
* / SQLite 2 support has been dropped [ci skip]Ryuta Kamizono2016-02-042-3/+0
|/
* Mention supported PG version in the error message.Prathamesh Sonpatki2016-02-031-1/+1
* The minimum supported version of PostgreSQL is now >= 9.1Remo Mueller2016-02-021-3/+2
* Fix corrupt transaction state caused by `before_commit` exceptionsJeremy Daer2016-02-011-2/+7
* Avoid extra `show variables` in migrationRyuta Kamizono2016-02-012-8/+10
* Extract `ExplainPrettyPrinter` to appropriate filesRyuta Kamizono2016-02-017-119/+137
* `OID::Money.precision` is unused since #15239Ryuta Kamizono2016-01-312-8/+0
* Revert "Merge pull request #23346 from kamipo/refactor_oid_money_precision"Rafael Mendonça França2016-01-302-5/+9
* Merge pull request #23345 from yui-knk/warning_when_composite_primary_key_is_...Rafael França2016-01-301-0/+6
|\
| * Warn if `AR.primary_key` is called for a table who has composite primary keyyui-knk2016-01-301-0/+6
* | Merge pull request #23349 from kamipo/refactor_column_existsRafael França2016-01-301-7/+8
|\ \
| * | Refactor `column_exists?` in `SchemaStatements`Ryuta Kamizono2016-01-301-7/+8
| |/
* | Merge pull request #23355 from kamipo/fix_bigint_for_enum_columnsRafael França2016-01-301-1/+1
|\ \
| * | Fix `bigint?` for Enum columns in MySQLRyuta Kamizono2016-01-311-1/+1
| |/
* | Merge pull request #23353 from kamipo/remove_unused_lost_connection_error_mes...Rafael França2016-01-301-6/+0
|\ \
| * | Remove unused `LOST_CONNECTION_ERROR_MESSAGES`Ryuta Kamizono2016-01-311-6/+0
| |/
* | Merge pull request #23347 from yui-knk/explicitly_define_columns_as_interfaceRafael França2016-01-301-1/+3
|\ \
| * | Explicitly define `columns` method as an interfaceyui-knk2016-01-301-1/+3
| |/
* / Refactor `OID::Money.precision`Ryuta Kamizono2016-01-302-9/+5
|/
* Merge pull request #23252 from kamipo/remove_limit_11Rafael França2016-01-291-1/+0
|\
| * Remove `limit: 11` as backward-compatibility with Rails 2.0Ryuta Kamizono2016-01-271-1/+0
* | Merge pull request #23188 from jcoleman/ar-connection-execute-docs-clarificationRafael França2016-01-292-1/+7
|\ \
| * | Clarify DatabaseStatements#execute docs re: memory usage.James Coleman2016-01-222-1/+7
* | | Fix a bug with initialize schema_migrations tableMikhail Grachev2016-01-281-1/+1
* | | INSERT INTO schema_migrations in 1 SQLAkira Matsuda & Naoto Koshikawa2016-01-271-10/+8
| |/ |/|
* | Pare back default `index` option for the migration generatorPrathamesh Sonpatki2016-01-241-1/+1
|/
* Merge pull request #20005 from kamipo/default_expression_supportRafael França2016-01-166-20/+36
|\
| * Fix extract default with CURRENT_TIMESTUMPRyuta Kamizono2016-01-131-2/+6
| * Fix extract default with CURRENT_DATERyuta Kamizono2016-01-131-3/+8
| * Add expression support on the schema defaultRyuta Kamizono2016-01-134-15/+22
* | Merge pull request #23067 from kamipo/sql_for_insert_returns_values_for_passi...Rafael França2016-01-162-22/+14
|\ \
| * | `sql_for_insert` returns values for passing to `exec_insert`Ryuta Kamizono2016-01-152-22/+14
* | | `last_insert_id_value` and `last_insert_id` are unused anymoreRyuta Kamizono2016-01-151-9/+1
|/ /