File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
lib/internal/Magento/Framework/DB/Adapter/Pdo Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -649,6 +649,7 @@ public function query($sql, $bind = [])
649
649
* @throws LocalizedException In case multiple queries are attempted at once, to protect from SQL injection
650
650
* @SuppressWarnings(PHPMD.CyclomaticComplexity)
651
651
* @deprecated 101.0.0
652
+ * @see _query
652
653
*/
653
654
public function multiQuery ($ sql , $ bind = [])
654
655
{
@@ -816,6 +817,7 @@ public function setQueryHook($hook)
816
817
* @SuppressWarnings(PHPMD.CyclomaticComplexity)
817
818
* @SuppressWarnings(PHPMD.NPathComplexity)
818
819
* @deprecated 100.1.2
820
+ * @see MAGETWO-60073
819
821
*/
820
822
protected function _splitMultiQuery ($ sql )
821
823
{
@@ -3625,6 +3627,7 @@ private function renderOnDuplicate($table, array $fields)
3625
3627
* @return \Magento\Framework\DB\Select[]
3626
3628
* @throws LocalizedException
3627
3629
* @deprecated 100.1.3
3630
+ * @see MAGETWO-55589
3628
3631
*/
3629
3632
public function selectsByRange ($ rangeField , \Magento \Framework \DB \Select $ select , $ stepCount = 100 )
3630
3633
{
@@ -3641,6 +3644,7 @@ public function selectsByRange($rangeField, \Magento\Framework\DB\Select $select
3641
3644
*
3642
3645
* @return QueryGenerator
3643
3646
* @deprecated 100.1.3
3647
+ * @see MAGETWO-55589
3644
3648
*/
3645
3649
private function getQueryGenerator ()
3646
3650
{
You can’t perform that action at this time.
0 commit comments