aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/abstract_adapter.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* refactor, move `column_for` to `AbstractAdapter` for better reuse.Yves Senn2014-05-041-0/+7
* push the collectors up to the abstract adapterAaron Patterson2014-04-091-0/+22
* add a bind collector, remove the bind visitorAaron Patterson2014-04-091-6/+1
* remove the bind substitution visitor. to_sql should never return bind valuesAaron Patterson2014-04-091-4/+0
* wrap the literal value before handing it to arelAaron Patterson2014-04-071-3/+4
* Merge branch 'master' into adequaterecordAaron Patterson2014-04-071-23/+13
|\
| * Remove unused methodRafael Mendonça França2014-03-261-5/+0
| * Remove unneeded comments about feature support on the adaptersRafael Mendonça França2014-03-261-20/+9
| * create indexes inline in CREATE TABLE for MySQLCody Cutrer2014-03-251-0/+6
* | Merge branch 'master' into adequaterecordAaron Patterson2014-03-251-14/+6
|\|
| * Reap connections based on owning-thread deathMatthew Draper2014-03-181-14/+6
* | Merge branch 'master' into adequaterecordAaron Patterson2014-03-131-0/+5
|\|
| * Merge pull request #13040 from kamipo/case_sensitive_comparisonRafael Mendonça França2014-03-121-0/+5
| |\
| | * Only use BINARY for mysql case sensitive uniqueness check when column has a c...Ryuta Kamizono2013-11-261-0/+5
* | | cache queries in the Model.find(id) pathAaron Patterson2014-02-181-0/+2
* | | Merge branch 'master' into adequaterecordAaron Patterson2014-02-171-0/+6
|\| |
| * | Reaper has access to threadsafe active? callKevin Casey2014-02-081-0/+6
| * | fix exception translationAaron Patterson2014-01-171-2/+3
| * | translate exceptions on prepared statement failureAaron Patterson2014-01-171-5/+8
| |/
* | fix exception translationAaron Patterson2014-01-141-2/+3
* | translate exceptions on prepared statement failureAaron Patterson2014-01-141-5/+8
* | replace bind values on calls to to_sqlAaron Patterson2014-01-131-0/+4
|/
* Merge pull request #12832 from vipulnsward/move_schema_creationYves Senn2013-11-141-78/+1
|\
| * Move `SchemaCreation` to its own file instead of `AbstractAdapter`.Vipul A M2013-11-121-78/+1
* | autoload ChangeColumnDefinition (Fixes #12835)Anton Kalyaev2013-11-111-0/+1
|/
* add autoload :TransactionState to fix Marshal.load issuesJason Ayre2013-11-071-0/+1
* log the statement name along with the SQLAaron Patterson2013-10-041-5/+6
* extract adapter savepoint implementations into `abstract/savepoints.rb`.Yves Senn2013-09-301-0/+1
* change the savepoint interface to allow passing the name.Yves Senn2013-09-301-3/+3
* Disable prepared statements in the unprepared_statement blockRafael Mendonça França2013-09-121-2/+3
* Fix inverted conditionalRafael Mendonça França2013-09-111-1/+1
* Check if the SQL is not a prepared statementRafael Mendonça França2013-09-111-0/+5
* Merge pull request #11455 from antonio/fix_enable_extension_not_being_definedRafael Mendonça França2013-08-021-0/+8
|\
| * Define enable_extension method to prevent undefined method errorAntonio Santos2013-08-021-0/+8
* | Move initializing process for query cache to ActiveRecord::ConnectionAdapters...kennyj2013-07-161-2/+0
|/