aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/abstract
Commit message (Expand)AuthorAgeFilesLines
* Schema load: Fix dupe version insertJeremy Daer2016-04-221-1/+1
* https://github.com/rails/rails/commit/42dd2336b31a8d98776d039a2b9fd7f834156a7...Vipul A M2016-04-231-4/+16
* Revert "add doc for `:type` option of `#create_join_table` [ci skip]"प्रथमेश Sonpatki2016-04-211-2/+0
* add doc for `:type` option of `#create_join_table` [ci skip]yuuji.yaginuma2016-04-211-0/+2
* Merge pull request #24221 from gregmolnar/uuidKasper Timm Hansen2016-04-201-2/+3
|\
| * add column type option to create_join_table to support uuidGreg Molnar2016-03-171-2/+3
* | `undef_method` is not neededRyuta Kamizono2016-04-191-2/+3
* | Database comments: Treat blank comments as no comment. Don't dump blank comme...Jeremy Daer2016-04-191-1/+1
* | `foreign_key` respects `table_name_prefix` and `table_name_suffix`Ryuta Kamizono2016-04-191-0/+3
* | Merge pull request #23622 from kamipo/primary_key_should_be_not_nullJeremy Daer2016-04-181-1/+1
|\ \
| * | Primary key should be `NOT NULL`Ryuta Kamizono2016-03-121-1/+1
| |/
* | Database comments: switch to keyword args for new table optionsJeremy Daer2016-04-183-23/+24
* | Merge pull request #22911 from Envek/database_commentsJeremy Daer2016-04-164-11/+51
|\ \
| * | Add support for specifying comments for tables, columns, and indexes.Andrey Novikov2016-04-164-11/+51
* | | documentation for add_references index option [ci skip]Vipul A M2016-04-171-1/+10
|\ \ \ | |/ / |/| |
| * | [ci skip] docs for add_references index optionAlex Handley2016-04-161-1/+10
* | | Add `quoted_time` for truncating the date part of a time column valueRyuta Kamizono2016-04-141-0/+6
|/ /
* | Move `@quoted_{column|table}_names` cache up to the abstract adapterRyuta Kamizono2016-03-311-1/+1
* | Fix description for method ActiveRecord::ConnectionAdapters::SchemaStatements...Bogdan2016-03-271-2/+2
|/
* Merge pull request #24054 from kamipo/extract_default_primary_keyRafael França2016-03-111-1/+5
|\
| * Extract `default_primary_key?` to refactor `column_spec_for_primary_key`Ryuta Kamizono2016-03-111-1/+5
* | Dump `bigint` instead of `integer` with `limit: 8` for schema dumperRyuta Kamizono2016-03-111-2/+6
|/
* Fixed comments of add_foreign_key methodSalman Afzal Siddiqui2016-03-101-2/+2
* Deprecate `{insert|update|delete}_sql` in `DatabaseStatements`Ryuta Kamizono2016-03-021-0/+3
* Merge pull request #23961 from kamipo/exclude_name_and_type_from_prepare_colu...Rafael França2016-03-011-6/+6
|\
| * Exclude `:name` and `:type` from `prepare_column_options`Ryuta Kamizono2016-02-291-6/+6
* | Merge pull request #23953 from kamipo/fix_tests_failure_with_prepared_stateme...Rafael França2016-03-011-1/+1
|\ \
| * | Fix `NoMethodError: undefined method `preparable'`Ryuta Kamizono2016-02-291-1/+1
| |/
* | Merge pull request #23807 from matthewd/executorMatthew Draper2016-03-021-19/+0
|\ \
| * | Publish AS::Executor and AS::Reloader APIsMatthew Draper2016-03-021-19/+0
| |/
* | Merge pull request #22170 from samphilipd/sam/properly_deallocate_prepared_st...Matthew Draper2016-03-021-1/+13
|\ \ | |/ |/|
| * Correctly deallocate prepared statements if we fail inside a transactionSam Davies2015-11-051-1/+13
* | Merge pull request #22748 from Azzurrio/masterMatthew Draper2016-02-221-1/+1
|\ \
| * | Fix NoMethodError preparable for Arel::Visitors in case prepared statements i...Azzurrio2016-02-221-1/+1
* | | 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-071-3/+3
|\ \
| * | `schema_type` returns symbol rather than stringRyuta Kamizono2016-02-081-3/+3
* | | Added numeric helper into migrations.Mehmet Emin İNAÇ2016-02-071-0/+2
|/ /
* | 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
* | | SQLite 2 support has been dropped [ci skip]Ryuta Kamizono2016-02-041-2/+0
|/ /
* | Fix corrupt transaction state caused by `before_commit` exceptionsJeremy Daer2016-02-011-2/+7
* | Avoid extra `show variables` in migrationRyuta Kamizono2016-02-011-1/+5
* | 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
| |/ /
* / / Explicitly define `columns` method as an interfaceyui-knk2016-01-301-1/+3
|/ /