We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f0e921 commit 034b133Copy full SHA for 034b133
system/Database/BaseConnection.php
@@ -565,7 +565,7 @@ abstract protected function execute(string $sql);
565
*
566
* @param mixed ...$binds
567
568
- * @return BaseResult|bool|Query
+ * @return BaseResult|bool|Query BaseResult when “read” type query, bool when “write” type query, Query when prepared query
569
570
* @todo BC set $queryClass default as null in 4.1
571
*/
@@ -955,6 +955,8 @@ public function getConnectDuration(int $decimals = 6): string
955
* the correct identifiers.
956
957
* @param array|string $item
958
+ * @param bool $prefixSingle Prefix an item with no segments?
959
+ * @param bool $fieldExists Supplied $item contains a field name?
960
961
* @return array|string
962
0 commit comments