DB IO Bug Fix for parameter detect after <>, DateTime code fix

Query Parameters where not detected after a <> unequal check

DateTime fix for last element, use array_pop instead of $array[count - 1]
This commit is contained in:
Clemens Schwaighofer
2023-11-29 10:44:21 +09:00
parent 672931ee67
commit 4adb9fba30
3 changed files with 5 additions and 3 deletions

View File

@@ -115,6 +115,8 @@ echo "INSERT ALL COLUMN TYPES: "
. "ERROR: " . $db->dbGetLastError(true) . "<br>";
echo "<hr>";
// test connectors: = , <> () for query detection
// convert placeholder tests
// ? -> $n
// :name -> $n