aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | Fix `serial?` with quoted sequence nameRyuta Kamizono2015-05-181-1/+2
| |/ / / /
* / / / / better `add_reference` documentation. [ci skip]Yves Senn2015-05-182-20/+18
|/ / / /
* | | | Merge pull request #14938 from thedarkone/pool-lock-fixMatthew Draper2015-05-162-85/+406
|\ \ \ \
| * | | | 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-142-13/+35
* | | | | Remove redundant require 'set' linesMehmet Emin İNAÇ2015-05-152-2/+0
|/ / / /
* | | | :nodoc: postgresql add_columnTony Miller2015-05-131-3/+1
* | | | Refactor abstract_mysql_adapter type_to_sql methodMehmet Emin İNAÇ2015-05-131-21/+33
* | | | :nodoc: rename_column in postgresql/schema_statements.rbTony Miller2015-05-081-1/+1
* | | | Merge pull request #20047 from mcfiredrill/make-subquery-for-privateRafael Mendonça França2015-05-061-13/+13
|\ \ \ \
| * | | | make AbstractAdapter#subquery_for privateTony Miller2015-05-061-13/+13
* | | | | Merge pull request #20025 from kamipo/dont_use_exec_query_for_performanceMatthew Draper2015-05-052-22/+17
|\ \ \ \ \
| * | | | | Use `select_value` for avoid `ActiveRecord::Result` instance creatingRyuta Kamizono2015-05-052-22/+17
* | | | | | 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-042-2/+12
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Apply schema cache dump when creating connectionsEugene Kenny2015-04-292-2/+12
* | | | | | More exercise the create index sql testsRyuta Kamizono2015-05-042-4/+5
* | | | | | Do not use options that does not supportRyuta Kamizono2015-05-041-4/+4
* | | | | | Merge pull request #17569 from kamipo/dump_table_optionsRafael Mendonça França2015-05-032-0/+14
|\ \ \ \ \ \
| * | | | | | Correctly dump `:options` on `create_table` for MySQLRyuta Kamizono2015-05-032-0/+14
* | | | | | | Merge pull request #19978 from kamipo/collation_option_support_for_postgresqlRafael Mendonça França2015-05-038-32/+52
|\ \ \ \ \ \ \
| * | | | | | | PostgreSQL: `:collation` support for string and text columnsRyuta Kamizono2015-05-042-3/+15
| * | | | | | | Move the collation handling code from the MySQL adapter to common classesRyuta Kamizono2015-05-047-29/+37
* | | | | | | | Merge pull request #19989 from kamipo/change_visit_addcolumn_visibiltyRafael Mendonça França2015-05-033-11/+14
|\ \ \ \ \ \ \ \
| * | | | | | | | Change the `visit_AddColumn` visiblity for the internal APIRyuta Kamizono2015-05-033-11/+14
* | | | | | | | | Missing `:bigint` [ci skip]Ryuta Kamizono2015-05-041-1/+1
| |/ / / / / / / |/| | | | | | |
* | | | | | | | Merge pull request #19988 from kamipo/move_comment_about_microsecondsZachary Scott2015-05-032-2/+3
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | |
| * | | | | | | Move comment about microseconds [ci skip]Ryuta Kamizono2015-05-032-2/+3
| |/ / / / / /
* | | | | | | gem 'mysql2', '~> 0.3.18'Ryuta Kamizono2015-05-041-1/+1
* | | | | | | `:nodoc:` postgresql's change_columnTony Miller2015-05-031-2/+1
|/ / / / / /
* / / / / / :nodoc: change_column_null in the implmenting adaptersTony Miller2015-05-033-3/+3
|/ / / / /
* | | | | 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-302-2/+5
|/ / / /
* | | | Don't document internal monkey patch for mysql gem [ci skip]Zachary Scott2015-04-261-1/+3
* | | | 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 #17574 from kamipo/charset_collation_optionsJeremy Kemper2015-04-072-0/+39
|\ \ \ \
| * | | | Add `:charset` and `:collation` options support for MySQL string and text col...Ryuta Kamizono2015-03-062-0/+39
* | | | | 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-063-9/+8
* | | | | | change the explanation of :if_exists option [ci skip]Mehmet Emin İNAÇ2015-04-062-2/+2
* | | | | | drop_table method documentation for mysql and postgresql adapters [ci skip]Mehmet Emin İNAÇ2015-04-062-0/+19