Composer libs update

This commit is contained in:
Clemens Schwaighofer
2023-09-01 18:36:22 +09:00
parent e74bd04d6f
commit c0db3be770
33 changed files with 698 additions and 417 deletions

View File

@@ -75,6 +75,14 @@ $db->dbResetEncoding();
// empty calls, none of the below should fail
//
$db->dbGetCursor();
//
$db->dbGetCursorExt();
//
$db->dbGetCursorPos('SELECT foo', ['bar']);
//
$db->dbGetCursorNumRows('SELECT foo', ['bar']);
//
$db->dbGetInsertPKName();
//
$db->dbGetInsertPK();