test hiding counts

This commit is contained in:
dswbx
2025-06-09 20:27:24 +02:00
parent 12c955155d
commit 7a3691a1a7
8 changed files with 88 additions and 37 deletions
@@ -22,6 +22,7 @@ export class D1Connection<
> extends SqliteConnection {
protected override readonly supported = {
batching: true,
counts: false,
};
constructor(private config: D1ConnectionConfig<DB>) {