aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/abstract_adapter.rb
Commit message (Expand)AuthorAgeFilesLines
...
| * Remove unused requireRyuta Kamizono2016-02-061-1/+0
* | Remove needless `case_insensitive_comparison` in mysql2 adapterRyuta Kamizono2016-02-171-1/+1
|/
* `substitute_at` is no longer usedRyuta Kamizono2016-01-141-6/+0
* Autoload ReferenceDefinition class in abstract adapter so that it can be used...Prathamesh Sonpatki2016-01-051-0/+1
* Refactor `case_{sensitive|insensitive}_comparison`Ryuta Kamizono2016-01-011-8/+6
* Remove legacy mysql adapterRyuta Kamizono2015-12-211-1/+1
* Refactor `AbstractAdapter#initialize`Ryuta Kamizono2015-11-301-2/+3
* Rename 'key' to 'lock_id' or 'lock_name' for advisory lockingSam Davies2015-11-181-2/+2
* Deprecate exception#original_exception in favor of exception#causeYuki Nishijima2015-11-031-1/+1
* Use advisory locks to prevent concurrent migrationsSam Davies2015-10-301-0/+19
* Do not cache prepared statements that are unlikely to have cache hitsSean Griffin2015-10-201-0/+1
* applies new doc guidelines to Active Record.Yves Senn2015-10-141-5/+5
* Add a native JSON data type support in MySQLRyuta Kamizono2015-08-181-0/+5
* Ensure that microsecond precision is only used for version of mysql that supp...Jori Hardman2015-07-201-0/+12
* Remove unused already requireRyuta Kamizono2015-05-191-3/+0
* 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