aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/abstract
Commit message (Expand)AuthorAgeFilesLines
* 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
|/ /
* | Merge pull request #23188 from jcoleman/ar-connection-execute-docs-clarificationRafael França2016-01-291-1/+5
|\ \
| * | Clarify DatabaseStatements#execute docs re: memory usage.James Coleman2016-01-221-1/+5
* | | 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-162-4/+14
|\ \
| * | Add expression support on the schema defaultRyuta Kamizono2016-01-132-4/+14
* | | `sql_for_insert` returns values for passing to `exec_insert`Ryuta Kamizono2016-01-151-10/+6
|/ /
* | fix regression when loading fixture files with symbol keys.Yves Senn2016-01-131-2/+3
* | Merge pull request #22967 from schneems/schneems/generic-metadataSean Griffin2016-01-081-0/+4
|\ \
| * | Prevent destructive action on production databaseschneems2016-01-071-0/+4
* | | Merge pull request #22973 from kamipo/fix_select_values_method_signatureRafael França2016-01-081-2/+2
|\ \ \
| * | | Fix `select_values` method signature for consistencyRyuta Kamizono2016-01-081-2/+2
* | | | `{update|delete}_sql` are almost the same as `{update|delete}`Ryuta Kamizono2016-01-081-10/+2
|/ / /
* | | Refactor `connection.insert_sql`Ryuta Kamizono2016-01-071-9/+8
* | | Fix `connection#create` in PG adapterRyuta Kamizono2016-01-051-0/+1
* | | Merge pull request #22821 from shosti/set-null-transactionArthur Nogueira Neves2016-01-041-0/+1
|\ \ \
| * | | Allow add_to_transaction with null transactionEmanuel Evans2015-12-281-0/+1
* | | | Merge pull request #22241 from kamipo/add_columns_for_distinct_for_mysql57Rafael França2015-12-301-2/+3
|\ \ \ \ | |/ / / |/| | |