aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/abstract
Commit message (Expand)AuthorAgeFilesLines
* 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
|/ /
* | Merge pull request #19962 from prathamesh-sonpatki/nodoc-validate-index-lengthYves Senn2015-04-301-1/+1
|\ \
| * | Nodoc validate_index_length! methodPrathamesh Sonpatki2015-04-301-1/+1
| |/
* / Added documentation for PostGreSQL database_statements [ci skip]Prathamesh Sonpatki2015-04-301-2/+2
|/
* use a more descriptive example. [ci skip]Yves Senn2015-04-241-6/+4
* docs for `create_table` and non-int primary keys. [ci skip]Yves Senn2015-04-241-0/+17
* Fix missing index when using timestamps with indexPaul Mucur2015-04-151-0/+1
* Document that partial indexes are only supported by Postgres and SQLite.Grey Baker2015-04-131-0/+2
* Add a note regarding add_column restricted API [ci skip]Zachary Scott2015-04-121-0/+4
* fix documentation for SchemaStatements#add_foreign_keySimon Stemplinger2015-04-081-2/+2
* Merge pull request #19448 from tgxworld/fix_activesupport_callbacks_clash_on_runRafael Mendonça França2015-04-061-2/+2
|\
| * Revert "Reduce allocations when running AR callbacks."Guo Xiang Tan2015-03-221-2/+2
* | No need to document drop_table in the PostgreSQLAdapterRafael Mendonça França2015-04-061-0/+3
* | use singular table name if pluralize_table_names is setted as false while cre...Mehmet Emin İNAÇ2015-04-062-2/+5
* | Freeze static arguments for gsubbrainopia2015-04-021-1/+1
* | Prefer string patterns for gsubbrainopia2015-04-021-1/+1