aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/abstract/database_statements.rb
Commit message (Expand)AuthorAgeFilesLines
* Updated MySQL documentation link to MySQL latest version 5.7 everywhere [ci s...amitkumarsuroliya2015-09-101-2/+2
* descriptive error message when fixtures contian a missing column.Yves Senn2015-08-131-2/+6
* Updated postgresql documentation link to use latest version [ci skip]Ronak Jangir2015-05-201-1/+1
* Use `select_rows` instead of `select_one` in `select_value`Ryuta Kamizono2015-05-051-2/+3
* Updated MySQL documentation link to MySQL latest version 5.6 everywhere [ci s...amitkumarsuroliya2015-03-191-2/+2
* Revert "delete unused method"Carlos Antonio da Silva2015-03-021-0/+4
* delete unused methodAaron Patterson2015-03-021-4/+0
* Use keyword argument in `transaction`Ryuta Kamizono2015-02-111-6/+4
* push add to transaction logic down to the instanceAaron Patterson2015-02-011-0/+4
* Remove most uses of `Column#cast_type`Sean Griffin2015-01-301-1/+2
* Remove Relation#bind_paramsSean Griffin2015-01-271-3/+3
* Don't default to YAML dumping when quoting valuesSean Griffin2015-01-141-1/+7
* Stop passing a column to `quote` in `insert_fixture`Sean Griffin2015-01-101-4/+4
* Restore query cache on rollbackFlorian Weingarten2014-12-011-1/+12
* remove never called method `limited_update_conditions`Andrey Deryabin2014-11-111-4/+0
* Remove duplicate 'select' database statementclaudiob2014-10-201-1/+2
* add a truncate method to the connectionAaron Patterson2014-09-221-0/+5
* Transactions refactoringArthur Neves2014-07-281-38/+6
* /mysql/i -> MySQL, Spell correct in continuation to #15555Akshay Vishnoi2014-06-141-3/+3
* Keep closer to other methods that touch @transactionArthur Neves2014-05-281-0/+4
* cache scope building on associationsAaron Patterson2014-04-141-1/+5
* Merge branch 'master' into adequaterecordAaron Patterson2014-04-141-1/+1
|\
| * please use Ruby, not ActiveSupportAaron Patterson2014-04-111-1/+1
* | working against arel/collector branchAaron Patterson2014-04-091-1/+2
* | fix bind collecting for mysqlAaron Patterson2014-04-091-1/+0
* | add a bind collector, remove the bind visitorAaron Patterson2014-04-091-3/+1
* | use the compile method so we do not have to specify the collectors in this caseAaron Patterson2014-04-091-2/+1
* | working against arel/collector branchAaron Patterson2014-04-091-1/+2
* | Merge branch 'master' into adequaterecordAaron Patterson2014-04-071-1/+1
|\|
| * Replace trivial regexp with string or index, twice as fastKelley Reynolds2014-03-281-1/+1
* | Merge branch 'master' into adequaterecordAaron Patterson2014-03-251-12/+9
|\|
| * No need to binds be optionalRafael Mendonça França2014-03-131-2/+2
| * Make select_all on query cache accept a Relation without binds.Arthur Neves2014-03-131-12/+9
* | Merge branch 'master' into adequaterecordAaron Patterson2014-02-171-3/+14
|\|
| * Fix regression on `.select_*` methods.Arthur Neves2014-01-301-3/+14
* | run the damn tests @tenderloveAaron Patterson2014-01-171-1/+1
* | change query strategy based on adapterAaron Patterson2014-01-161-0/+6
|/
* Revert "ask the fixture set for the sql statements"Aaron Patterson2014-01-091-5/+1
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2013-12-201-1/+1
|\
| * Typos. return -> returns. [ci skip]Lauro Caetano2013-12-031-1/+1
* | Remove `DatabaseStatements#case_sensitive_equality_operator`. It has been dep...Ryuta Kamizono2013-11-291-4/+0
|/
* ask the fixture set for the sql statementsAaron Patterson2013-11-041-1/+5
* Check if the SQL is not a prepared statementRafael Mendonça França2013-09-111-1/+1
* Revert "Do not dup the binds when visiting the AST"Rafael Mendonça França + Kassio Borges2013-08-311-1/+2
* Do not dup the binds when visiting the ASTRafael Mendonça França2013-08-311-2/+1
* drop extra variableVipul A M2013-08-121-2/+2
* Fix indentation.kennyj2013-07-241-8/+8
* Simplify select_one method.kennyj2013-07-241-2/+1
* Defines the return type of select / select_all method.kennyj2013-07-231-4/+2
* SQLite3 3.6.8+ supports savepointsNeeraj Singh2013-03-071-1/+2