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 = [])
649649 * @throws LocalizedException In case multiple queries are attempted at once, to protect from SQL injection
650650 * @SuppressWarnings(PHPMD.CyclomaticComplexity)
651651 * @deprecated 101.0.0
652+ * @see _query
652653 */
653654 public function multiQuery ($ sql , $ bind = [])
654655 {
@@ -816,6 +817,7 @@ public function setQueryHook($hook)
816817 * @SuppressWarnings(PHPMD.CyclomaticComplexity)
817818 * @SuppressWarnings(PHPMD.NPathComplexity)
818819 * @deprecated 100.1.2
820+ * @see MAGETWO-60073
819821 */
820822 protected function _splitMultiQuery ($ sql )
821823 {
@@ -3625,6 +3627,7 @@ private function renderOnDuplicate($table, array $fields)
36253627 * @return \Magento\Framework\DB\Select[]
36263628 * @throws LocalizedException
36273629 * @deprecated 100.1.3
3630+ * @see MAGETWO-55589
36283631 */
36293632 public function selectsByRange ($ rangeField , \Magento \Framework \DB \Select $ select , $ stepCount = 100 )
36303633 {
@@ -3641,6 +3644,7 @@ public function selectsByRange($rangeField, \Magento\Framework\DB\Select $select
36413644 *
36423645 * @return QueryGenerator
36433646 * @deprecated 100.1.3
3647+ * @see MAGETWO-55589
36443648 */
36453649 private function getQueryGenerator ()
36463650 {
You can’t perform that action at this time.
0 commit comments