aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/abstract/database_statements.rb
Commit message (Expand)AuthorAgeFilesLines
...
* Ensure prepared statement caching still occurs with Adequate RecordSean Griffin2016-02-111-2/+2
* Clarify DatabaseStatements#execute docs re: memory usage.James Coleman2016-01-221-1/+5
* `sql_for_insert` returns values for passing to `exec_insert`Ryuta Kamizono2016-01-151-10/+6
* fix regression when loading fixture files with symbol keys.Yves Senn2016-01-131-2/+3
* Merge pull request #22973 from kamipo/fix_select_values_method_signatureRafael França2016-01-081-2/+2
|\
| * Fix `select_values` method signature for consistencyRyuta Kamizono2016-01-081-2/+2
* | `{update|delete}_sql` are almost the same as `{update|delete}`Ryuta Kamizono2016-01-081-10/+2
|/
* Refactor `connection.insert_sql`Ryuta Kamizono2016-01-071-9/+8
* Fix `connection#create` in PG adapterRyuta Kamizono2016-01-051-0/+1
* Merge pull request #22620 from kamipo/join_to_delete_is_same_as_join_to_updateRafael França2015-12-221-8/+2
|\
| * `join_to_delete` is same as `join_to_update`Ryuta Kamizono2015-12-171-8/+2
* | Remove legacy mysql adapterRyuta Kamizono2015-12-211-1/+1
|/
* Revert "Merge pull request #22615 from kamipo/join_to_delete_is_same_as_join_...Rafael Mendonça França2015-12-171-2/+8
* `join_to_delete` is same as `join_to_update`Ryuta Kamizono2015-12-171-8/+2
* Do not cache prepared statements that are unlikely to have cache hitsSean Griffin2015-10-201-3/+16
* applies new doc guidelines to Active Record.Yves Senn2015-10-141-1/+1
* 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
|\|