Initial SQLite development #1

Merged
danieljsummers merged 25 commits from develop into main 2024-06-08 23:58:45 +00:00
Showing only changes of commit b871d3e03f - Show all commits

View File

@ -47,6 +47,7 @@ class DocumentList
public function items(): Generator
{
$debug = defined('PDO_DOC_DEBUG_SQL');
if ($debug) echo '*** CALLED GENERATOR ***';
if ($this->result) {
while ($row = $this->result->fetch(PDO::FETCH_ASSOC)) {