mirror of
https://github.com/bknd-io/bknd/
synced 2026-08-03 16:46:00 +00:00
test hiding counts
This commit is contained in:
@@ -22,6 +22,7 @@ export class D1Connection<
|
||||
> extends SqliteConnection {
|
||||
protected override readonly supported = {
|
||||
batching: true,
|
||||
counts: false,
|
||||
};
|
||||
|
||||
constructor(private config: D1ConnectionConfig<DB>) {
|
||||
|
||||
Reference in New Issue
Block a user