aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/abstract/database_statements.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix Rubocop violations and fix documentation visibilityRafael Mendonça França2016-12-281-6/+6
* Privatize unneededly protected methods in Active RecordAkira Matsuda2016-12-241-7/+7
* fix QueryCache nil dupRichard Monette2016-12-151-2/+2
* Add missing `+` around a some literals.bogdanvlviv2016-10-271-1/+1
* Force correct namespace when using TransactionManagerArthur Neves2016-09-161-1/+1
* Revert "`sql_for_insert` returns values for passing to `exec_insert`"Ryuta Kamizono2016-08-191-1/+1
* Merge pull request #26002 from kamipo/sql_for_insert_should_be_called_inside_...Rafael França2016-08-171-2/+2
|\
| * `sql_for_insert` should be called inside `exec_insert`Ryuta Kamizono2016-08-061-2/+2
* | Add three new rubocop rulesRafael Mendonça França2016-08-161-1/+1
* | applies new string literal convention in activerecord/libXavier Noria2016-08-061-4/+4
|/
* Make `name` and `binds` to optional args for `exec_{insert,update,delete}`Ryuta Kamizono2016-08-041-3/+3
* Remove `prepare_binds_for_database` internal methodRyuta Kamizono2016-07-281-1/+1
* Decouple statement cache from connection adapterRyuta Kamizono2016-07-241-3/+4
* Do not `binds.dup` in `connection#to_sql`Ryuta Kamizono2016-07-191-1/+1
* Include the Savepoints module in all adapters.Vipul A M2016-04-241-3/+0
* Merge pull request #24708 from kamipo/move_select_rows_implementation_to_supe...Jeremy Daer2016-04-231-1/+1
|\
| * Move `select_rows` implementation to super classRyuta Kamizono2016-04-241-1/+1
* | Remove in the doc about MySQL versions below 5 [ci skip]Ryuta Kamizono2016-04-241-3/+1
|/
* `undef_method` is not neededRyuta Kamizono2016-04-191-2/+3
* Deprecate `{insert|update|delete}_sql` in `DatabaseStatements`Ryuta Kamizono2016-03-021-0/+3
* Fix NoMethodError preparable for Arel::Visitors in case prepared statements i...Azzurrio2016-02-221-1/+1
* 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