aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/abstract_adapter.rb
Commit message (Expand)AuthorAgeFilesLines
* AR::ConPool - reduce post checkout critical section.thedarkone2015-05-141-5/+12
* Move the collation handling code from the MySQL adapter to common classesRyuta Kamizono2015-05-041-2/+2
* AR: translate_exception_class() no longer logs error.Paul Annesley2015-02-241-1/+0
* Allow `:precision` option for time type columnsRyuta Kamizono2015-02-201-0/+5
* Revert "Allow `:precision` option for time type columns"Sean Griffin2015-02-171-5/+0
* Allow `:precision` option for time type columnsRyuta Kamizono2015-02-121-0/+5
* Refactor microsecond precision to be database agnosticSean Griffin2015-02-101-21/+16
* rm `Type#text?`Sean Griffin2015-02-071-1/+10
* rm `Column#cast_type`Sean Griffin2015-02-031-2/+3
* Properly lookup the limit for bigintSean Griffin2015-02-021-1/+6
* Remove Relation#bind_paramsSean Griffin2015-01-271-1/+1
* Stop passing a column to `quote` when prepared statements are turned offSean Griffin2015-01-101-1/+2
* Fix count on a separate connection (fixes #18359)brainopia2015-01-081-1/+1
* Change the default `null` value for `timestamps` to `false`Rafael Mendonça França2015-01-041-1/+0
* Merge pull request #8547 from printercu/patch-1Rafael Mendonça França2015-01-021-1/+6
|\
| * fix for messages in invalid encoding from db-driversMax Melentiev2013-12-071-1/+5
* | Merge pull request #17820 from fw42/restore_query_cache_on_rollbackRafael Mendonça França2015-01-021-3/+0
|\ \
| * | Restore query cache on rollbackFlorian Weingarten2014-12-011-3/+0
* | | add autoload for `ForeignKeyDefinition`.Yves Senn2014-12-271-0/+1
* | | Refactor `quoted_date`Ryuta Kamizono2014-12-111-0/+10
|/ /
* | ConnectionAdapter#substitute_at is technically public API...Sean Griffin2014-11-211-1/+1
* | synchronize code and docs for `timestamps` and `add_timestamps`.Yves Senn2014-11-201-0/+1
* | Remove the unused second argument to `substitute_at`Sean Griffin2014-11-171-2/+2
* | rm `reorder_bind_params`Sean Griffin2014-11-171-1/+1
* | Remove unneeded autoloadRafael Mendonça França2014-11-031-4/+1
* | Correctly cast calculation results on PGSean Griffin2014-11-011-0/+4
* | Remove redundant substitute index when constructing bind valuesMelanie Gilman2014-10-311-1/+1
* | introduce `connection.supports_views?` and basic view tests.Yves Senn2014-09-091-0/+5
* | Freeze ADAPTER_NAME in adaptersAbdelkader Boudih2014-09-051-1/+2
* | Replace ClosedTransaction with NullTransactionArthur Neves2014-07-311-1/+1
* | savepoint_name should return nil for non-savepoint transactionsArthur Neves2014-07-281-3/+1
* | Transactions refactoringArthur Neves2014-07-281-0/+1
* | Remove finishing? method from transaction.Arthur Neves2014-07-241-1/+3
* | Always pass a column with a type object to quoteSean Griffin2014-06-281-2/+2
* | fk: `add_foreign_key` and `remove_foreign_key` for PostgreSQL adapter.Yves Senn2014-06-261-0/+5
* | have an actual `NullColumn` object and update docs accordingly.Yves Senn2014-06-041-1/+4
* | Ensure we always use instances of the adapter specific column classSean Griffin2014-05-281-0/+4
* | Keep closer to other methods that touch @transactionArthur Neves2014-05-281-4/+0
* | Move types to the top level `ActiveRecord` namespaceSean Griffin2014-05-271-1/+1
* | Deprecate decimal columns being automatically treated as integersSean Griffin2014-05-271-0/+1
* | Remove special case in schema dumper for decimal without scaleSean Griffin2014-05-231-1/+1
* | Push limit to type objectsSean Griffin2014-05-221-15/+28
* | Push precision to type objectsSean Griffin2014-05-221-2/+7
* | Push scale to type objectsSean Griffin2014-05-221-2/+11
* | Remove :timestamp column typeSean Griffin2014-05-191-1/+1
* | Delegate `Column#type` to the injected type objectSean Griffin2014-05-191-1/+37
* | Add a type object to Column constructorSean Griffin2014-05-171-0/+5
* | Use the reader attribute rather than the instance var when possibleCarlos Antonio da Silva2014-05-041-2/+2
* | Simplify unless conditional with ORCarlos Antonio da Silva2014-05-041-4/+2
* | Convert column name to string only onceCarlos Antonio da Silva2014-05-041-1/+2