aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/abstract
Commit message (Expand)AuthorAgeFilesLines
* Revert "Reduce allocations when running AR callbacks."Guo Xiang Tan2015-03-221-2/+2
* Updated MySQL documentation link to MySQL latest version 5.6 everywhere [ci s...amitkumarsuroliya2015-03-191-2/+2
* Fix before_commit when updating a record on the callbackArthur Neves2015-03-141-23/+22
* Correctly dump `serial` and `bigserial`Ryuta Kamizono2015-03-041-1/+5
* Merge pull request #19171 from JuanitoFatas/doc/more-examplesSean Griffin2015-03-021-0/+16
|\
| * Add more documents for AR connection_adapters abstract schema_definitions. [c...Juanito Fatas2015-03-031-0/+16
* | Revert "delete unused method"Carlos Antonio da Silva2015-03-021-0/+4
* | Revert "mutate the transaction object to reflect state"Aaron Patterson2015-03-021-29/+25
* | delete unused methodAaron Patterson2015-03-021-4/+0
* | mutate the transaction object to reflect stateAaron Patterson2015-03-021-25/+21
* | ask the txn for it's state, not a state objectAaron Patterson2015-03-021-0/+8
* | change if! to unlessAaron Patterson2015-03-021-1/+1
* | Clarify that t.references and t.belongs_to are interchangeable. [ci skip]Juanito Fatas2015-03-021-1/+1
|/
* Remove parent transaction stateArthur Neves2015-03-011-3/+0
* Merge pull request #18936 from arthurnn/txn_callbacksArthur Nogueira Neves2015-02-241-1/+7
|\
| * Add before_commitArthur Neves2015-02-241-1/+7
* | Tiny documentation edits [ci skip]Robin Dupret2015-02-241-1/+1
* | Extract the short-hand methods into `ColumnMethods`Ryuta Kamizono2015-02-231-23/+28
* | Extract `primary_key` method into `ColumnMethods`Ryuta Kamizono2015-02-221-6/+13
* | Allow `:precision` option for time type columnsRyuta Kamizono2015-02-201-0/+6
* | Use `delegate` to call the methods to `@conn`Ryuta Kamizono2015-02-191-16/+3
* | `type_cast_for_database` -> `serialize`Sean Griffin2015-02-171-2/+2
* | `Type#type_cast_from_database` -> `Type#deserialize`Sean Griffin2015-02-171-1/+1
* | Revert "Allow `:precision` option for time type columns"Sean Griffin2015-02-171-6/+0
* | Merge pull request #18662 from estum/foreign-key-existsYves Senn2015-02-162-15/+38
|\ \
| * | Add methods to get foreign key matching argumentsAnton2015-01-292-40/+36
| * | Add `foreign_key_exists?` method.Anton2015-01-242-0/+27
* | | fix, `to_table` in `remove_foreign_key` should be plural.Yves Senn2015-02-161-1/+1
* | | Register adapter specific types with the global type registrySean Griffin2015-02-151-21/+0
| |/ |/|
* | Allow `:precision` option for time type columnsRyuta Kamizono2015-02-121-0/+6
* | Merge pull request #18888 from kamipo/refactor_quote_default_expressionRafael Mendonça França2015-02-112-6/+6
|\ \
| * | Refactor `quote_default_expression`Ryuta Kamizono2015-02-112-6/+6
* | | Merge pull request #18883 from kamipo/fix_datetime_precision_dumping_zero_for...Sean Griffin2015-02-111-1/+1
|\ \ \
| * | | The datetime precision with zero should be dumpedRyuta Kamizono2015-02-111-1/+1
| |/ /
* | | fix `remove_reference` with `foreign_key: true` on MySQL. #18664.Yves Senn2015-02-111-0/+6
* | | Merge pull request #18890 from kamipo/remove_cast_typeYves Senn2015-02-111-1/+1
|\ \ \
| * | | Remove `cast_type` in `ColumnDefinition`Ryuta Kamizono2015-02-111-1/+1
| |/ /
* / / Use keyword argument in `transaction`Ryuta Kamizono2015-02-111-6/+4
|/ /
* | Refactor microsecond precision to be database agnosticSean Griffin2015-02-102-2/+7
* | An array type is a part of `sql_type`Ryuta Kamizono2015-02-081-1/+1
* | Allow a symbol to be passed to `attribute`, in place of a type objectSean Griffin2015-02-061-0/+21
* | fix transaction rollback in case of aborting threadYuri Smirnov2015-02-051-1/+1
* | rm `Column#cast_type`Sean Griffin2015-02-031-0/+11
* | Generate consistent names for foreign keysChris Sinjakli2015-02-031-1/+5
* | push add to transaction logic down to the instanceAaron Patterson2015-02-012-5/+5
* | stop making calls to add_recordAaron Patterson2015-02-011-1/+1
* | Remove most type related predicates from `Column`Sean Griffin2015-01-301-2/+3
* | Remove most uses of `Column#cast_type`Sean Griffin2015-01-302-3/+27
* | Remove Relation#bind_paramsSean Griffin2015-01-272-10/+4
|/
* TransactionManager should call rollback recordsArthur Neves2015-01-201-5/+5