aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/abstract
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #18080 from korbin/fix_reaping_frequency_configurationRafael Mendonça França2015-01-021-1/+1
|\
| * fix issue with reaping_frequency typekorbin2014-12-171-1/+1
* | 💣 I forgot to commit the arity changeSean Griffin2015-01-011-1/+1
* | Stop passing the column to the connection adapter when quoting defaultsSean Griffin2015-01-011-2/+2
* | Extract the index length validation to a auxiliar methodRafael Mendonça França2014-12-301-3/+8
* | Minor documentation edits [ci skip]Robin Dupret2014-12-281-6/+5
* | Add bigint primary key support for MySQL.Ryuta Kamizono2014-12-282-1/+3
* | Support for any type primary key.Ryuta Kamizono2014-12-281-1/+5
* | reduce duplication in `ConnectionAdapters::Table` docs. [ci skip]Yves Senn2014-12-271-27/+38
* | Refactor a common class to reduce the duplication for `references`Sean Griffin2014-12-232-59/+86
* | Fix connection leak when a thread checks in additional connections.Matt Jones2014-12-231-4/+6
* | Add `foreign_key` as an option to `references` for `change_table`Sean Griffin2014-12-222-4/+22
* | Convert `add_references` to use kwargsSean Griffin2014-12-221-6/+18
* | Add a `foreign_key` option to `references` while creating the tableSean Griffin2014-12-222-5/+34
* | Convert `references` to kwargsSean Griffin2014-12-221-7/+17
* | `force: :cascade` to recreate tables referenced by foreign-keys.Yves Senn2014-12-191-2/+7
|/
* minor sentences fixesNeeraj Singh2014-12-071-3/+3
* Failure to rollback t.timestamps when within a change_table migrationnoam2014-12-032-3/+3
* no need to pass native_database_types aroundYves Senn2014-12-021-4/+4
* Pass symbol as an argument instead of a blockErik Michaels-Ober2014-11-292-4/+2
* Merge pull request #17799 from kamipo/refactor_add_column_optionsRafael Mendonça França2014-11-281-2/+2
|\
| * Rename to `quote_default_expression` from `quote_value`Ryuta Kamizono2014-11-281-2/+2
* | Refactor `SchemaCreation#visit_AddColumn`Ryuta Kamizono2014-11-271-3/+1
|/
* raise a better exception for renaming long indexesAaron Patterson2014-11-201-0/+3
* synchronize code and docs for `timestamps` and `add_timestamps`.Yves Senn2014-11-202-8/+10
* Support symbol foreign key to deletedtaniwaki2014-11-191-1/+1
* Merge pull request #17580 from ccutrer/change_table_nameYves Senn2014-11-111-17/+19
|\
| * add a Table#name accessor like TableDefinition#nameCody Cutrer2014-11-101-17/+19
* | remove never called method `limited_update_conditions`Andrey Deryabin2014-11-111-4/+0
|/
* docs, the abstract data type `:timestamp` was removed. See #15184 [ci skip]Yves Senn2014-11-071-2/+2
* Remove redundant `to_s` in interpolationclaudiob2014-10-302-2/+2
* edit pass over all warningsXavier Noria2014-10-282-5/+4
* let's warn with heredocsXavier Noria2014-10-282-9/+12
* Merge pull request #14143 from derekprior/dp-compound-index-orderingYves Senn2014-10-272-2/+2
|\
| * Use type column first in multi-column indexesDerek Prior2014-10-242-2/+2
* | Prefix internal method with _Rafael Mendonça França2014-10-251-2/+2
|/
* Remove duplicate 'select' database statementclaudiob2014-10-201-1/+2
* we don't need a HWIA and a hash allocated for just one k/v pairAaron Patterson2014-10-151-5/+3
* just look up the primary key from the columns hashAaron Patterson2014-10-151-6/+1
* add table.bigint supportAaron Patterson2014-10-151-1/+1
* Reduce allocations when running AR callbacks.Pete Higgins2014-09-281-2/+2
* ar/connection_pool: honor overriden rack.test in middlewareSimon Eskildsen2014-09-231-1/+1
* add a truncate method to the connectionAaron Patterson2014-09-221-0/+5
* Merge pull request #13656 from chanks/rollback_transactions_in_killed_threadsMatthew Draper2014-09-141-5/+11
|\
| * Roll back open transactions when the running thread is killed.Chris Hanks2014-08-221-1/+5
* | Include default column limits in schema.rbJeremy Kemper2014-09-101-4/+8
* | Merge pull request #16781 from kamipo/move_column_option_handlingYves Senn2014-09-031-1/+0
|\ \
| * | Move column option handling to new_column_definitionRyuta Kamizono2014-09-031-1/+0
* | | Add and Remove string/strip requireArthur Neves2014-09-022-1/+2
|/ /
* / Avoid using heredoc for user warningsGodfrey Chan2014-08-281-6/+5
|/