aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/abstract
Commit message (Expand)AuthorAgeFilesLines
* `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
|\ \ \ | |/ / |/| |
| * | Add `columns_for_distinct` for MySQL 5.7 with ONLY_FULL_GROUP_BYRyuta Kamizono2015-12-231-2/+3
* | | Merge pull request #22620 from kamipo/join_to_delete_is_same_as_join_to_updateRafael França2015-12-221-8/+2
|\ \ \
| * | | `join_to_delete` is same as `join_to_update`Ryuta Kamizono2015-12-171-8/+2
| * | | Revert "Merge pull request #22615 from kamipo/join_to_delete_is_same_as_join_...Rafael Mendonça França2015-12-171-2/+8
| * | | `join_to_delete` is same as `join_to_update`Ryuta Kamizono2015-12-171-8/+2
| | |/ | |/|
* | | Remove legacy mysql adapterRyuta Kamizono2015-12-211-1/+1
* | | mysql2 adapter instead of mysql [ci skip]Rajarshi Das2015-12-201-1/+1
| |/ |/|
* | Merge pull request #20815 from byroot/do-not-include-column-limit-if-it-is-de...Matthew Draper2015-12-181-2/+2
|\ \
| * | Do not include column limit in schema.rb if it matches the defaultJean Boussier2015-07-081-2/+2
* | | Support removing custom-names indexes when only specifying column namesGrey Baker2015-12-151-13/+27
* | | Ignore index name in `index_exists?` when not passed a name to check forGrey Baker2015-12-151-2/+1
| |/ |/|
* | Use a real migration version number in docsMatthew Draper2015-12-151-1/+1
* | Use a deliberately-invalid migration version in all doc examplesMatthew Draper2015-12-151-1/+1
* | Explain the connection pool error message betterDmytrii Nagirniak2015-12-011-1/+1
* | Merge pull request #22214 from kamipo/not_passing_native_database_types_to_ta...Rafael França2015-11-242-13/+4
|\ \
| * | Not passing `native_database_types` to `TableDefinition`Ryuta Kamizono2015-11-082-13/+4
* | | Deprecate `#table_exists?`, `#tables` and passing arguments to `#talbes`yui-knk2015-11-091-2/+2
|/ /
* | Avoids mutating the original response in connection management middlewareKevin Buchanan2015-11-061-4/+3
* | Require only necessary concurrent-ruby classes.Jerry D'Antonio2015-11-041-1/+1
* | Remove incorrect commentsAndrew White2015-11-041-4/+0
* | Extract native getter to attr_reader.jbranchaud2015-10-211-5/+1
* | move documentation of column options to `add_column`. Closes #20400.Yves Senn2015-10-212-79/+81
* | Do not cache prepared statements that are unlikely to have cache hitsSean Griffin2015-10-201-3/+16
* | applies new doc guidelines to Active Record.Yves Senn2015-10-146-54/+60
* | fix RDoc markup in `ConnectionPool`. [ci skip]Yves Senn2015-10-141-13/+13
* | `:to_table` when adding a fk through `add_reference`.Yves Senn2015-10-132-3/+13
* | Move the methods for schema dumping into `{mysql,postgresql}/schema_dumper.rb`Ryuta Kamizono2015-10-131-1/+1
* | Merge pull request #21005 from jaredbeck/patch-1Arthur Nogueira Neves2015-10-041-1/+3
|\ \
| * | Docs: Update options for add_referenceJared Beck2015-07-231-1/+3
* | | Fix minor docs [ci skip] amitkumarsuroliya2015-09-281-1/+1
* | | Fix proper fonts in `change_column_null` method docs. [ci skip]amitkumarsuroliya2015-09-271-2/+2
* | | introduce `conn.data_source_exists?` and `conn.data_sources`.Yves Senn2015-09-221-0/+14
* | | Merge pull request #21693 from joshuapinter/patch-1Jeremy Daer2015-09-201-0/+2
|\ \ \
| * | | Add title for key lengths for multiple keys.Joshua Pinter2015-09-201-0/+2
* | | | Support for foreign keys in create tableRyuta Kamizono2015-09-202-17/+25
|/ / /
* | | Merge pull request #21589 from kamipo/eliminate_duplicated_visit_table_defini...Jeremy Daer2015-09-191-2/+6
|\ \ \
| * | | Eliminate the duplication code of `visit_TableDefinition`Ryuta Kamizono2015-09-161-5/+13
* | | | Merge pull request #21609 from kamipo/do_not_dump_view_as_tableJeremy Daer2015-09-191-0/+13
|\ \ \ \