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 372435d commit bd17c8fCopy full SHA for bd17c8f
system/Database/OCI8/Result.php
@@ -13,6 +13,7 @@
13
14
use CodeIgniter\Database\BaseResult;
15
use CodeIgniter\Entity\Entity;
16
+use stdClass;
17
18
/**
19
* Result for OCI8
system/Test/Mock/MockResult.php
@@ -63,6 +63,7 @@ public function freeResult()
63
*/
64
public function dataSeek($n = 0)
65
{
66
+ return true;
67
}
68
69
0 commit comments