aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/abstract
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #21614 from kamipo/correctly_dump_composite_primary_keyJeremy Daer (Kemper)2015-09-193-4/+30
|\
| * Correctly dump composite primary keyRyuta Kamizono2015-09-203-4/+30
* | Replaced `ThreadSafe::Map` with successor `Concurrent::Map`.Jerry D'Antonio2015-09-191-6/+6
|/
* Merge pull request #21637 from amitsuroliya/doc_fixesKasper Timm Hansen2015-09-171-2/+2
|\
| * Improved ActiveRecord Connection Pool docs [ci skip]amitkumarsuroliya2015-09-171-2/+2
* | s/Github/GitHub/Akira Matsuda2015-09-171-1/+1
|/
* [ci skip] Remove `DEFAULT NULL` from examplesYasuo Honda2015-09-161-2/+2
* Fix doc of limit option for a text column [ci skip]Ryuta Kamizono2015-09-141-2/+2
* Updated MySQL documentation link to MySQL latest version 5.7 everywhere [ci s...amitkumarsuroliya2015-09-101-2/+2
* Don't set the default argumentRafael Mendonça França2015-09-091-1/+1
* Merge pull request #21548 from yui-knk/feature/define_tables_as_interfaceYves Senn2015-09-081-0/+5
|\
| * Define `SchemaStatements#tables` as interfaceyui-knk2015-09-081-0/+6
|/
* Support dropping indexes concurrently in PostgresGrey Baker2015-09-051-4/+1
* Merge pull request #21282 from sjain1107/added_docsYves Senn2015-08-191-0/+3
|\
| * Added docs for TableDefinition #coloumns & #remove_column [ci skip]sjain11072015-08-181-0/+3
|/
* descriptive error message when fixtures contian a missing column.Yves Senn2015-08-131-2/+6
* Fixes documentation typo.Дмитро Будник2015-07-231-2/+2
* Revert "Revert "Reduce allocations when running AR callbacks.""Guo Xiang Tan2015-07-161-2/+2
* Merge pull request #20699 from vngrs/foreign_key_with_table_name_suffix_and_p...Rafael Mendonça França2015-06-271-1/+4
|\
| * Add table name prefix and suffix support to add_foreign_key and remove_foreig...Mehmet Emin İNAÇ2015-06-251-1/+4
* | Add reversible syntax for change_column_defaultPrem Sichanugrist2015-06-262-3/+17
|/
* make `remove_index :table, :column` reversible.Yves Senn2015-06-151-1/+1
* Merge pull request #20226 from EpicH0liday/reversible-remove-foreign-keyYves Senn2015-06-121-1/+5
|\
| * Add an invert method for remove_foreign_keyAster Ryan2015-06-111-1/+6
|/
* A few documentation tweaks [ci skip]Robin Dupret2015-06-071-1/+1
* Updated postgresql documentation link to use latest version [ci skip]Ronak Jangir2015-05-201-1/+1
* Remove unused already requireRyuta Kamizono2015-05-191-4/+0
* Merge pull request #20175 from eugeneius/copy_schema_cache_after_forkRafael Mendonça França2015-05-181-1/+3
|\
| * Add schema cache to new connection pool after forkEugene Kenny2015-05-171-1/+3
* | Merge pull request #20192 from kamipo/divide_to_column_options_handling_methodsRafael Mendonça França2015-05-181-4/+24
|\ \
| * | Divide methods for handling column options separatelyRyuta Kamizono2015-05-181-4/+24
| |/
* / better `add_reference` documentation. [ci skip]Yves Senn2015-05-182-20/+18
|/
* Merge pull request #14938 from thedarkone/pool-lock-fixMatthew Draper2015-05-161-80/+394
|\
| * AR::ConPool - remove synchronization around connection cache.thedarkone2015-05-141-79/+303
| * AR::ConPool - establish connections outside of critical section.thedarkone2015-05-141-27/+101
| * AR::ConPool - reduce post checkout critical section.thedarkone2015-05-141-8/+23
* | Remove redundant require 'set' linesMehmet Emin İNAÇ2015-05-152-2/+0
|/
* Merge pull request #20024 from kamipo/use_select_rows_instead_of_select_one_i...Matthew Draper2015-05-051-2/+3
|\
| * Use `select_rows` instead of `select_one` in `select_value`Ryuta Kamizono2015-05-051-2/+3
* | Merge pull request #17632 from eugeneius/schema_cache_dump_connection_poolAaron Patterson2015-05-041-2/+4
|\ \ | |/ |/|
| * Apply schema cache dump when creating connectionsEugene Kenny2015-04-291-2/+4
* | More exercise the create index sql testsRyuta Kamizono2015-05-041-2/+2
* | Merge pull request #17569 from kamipo/dump_table_optionsRafael Mendonça França2015-05-031-0/+4
|\ \
| * | Correctly dump `:options` on `create_table` for MySQLRyuta Kamizono2015-05-031-0/+4
* | | Merge pull request #19978 from kamipo/collation_option_support_for_postgresqlRafael Mendonça França2015-05-033-2/+12
|\ \ \
| * | | Move the collation handling code from the MySQL adapter to common classesRyuta Kamizono2015-05-043-2/+12
* | | | Merge pull request #19989 from kamipo/change_visit_addcolumn_visibiltyRafael Mendonça França2015-05-032-6/+9
|\ \ \ \
| * | | | Change the `visit_AddColumn` visiblity for the internal APIRyuta Kamizono2015-05-032-6/+9
| | |/ / | |/| |
* | | | Missing `:bigint` [ci skip]Ryuta Kamizono2015-05-041-1/+1
| |/ / |/| |
* | | Move comment about microseconds [ci skip]Ryuta Kamizono2015-05-031-0/+2
|/ /