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
+1
View File
@@ -82,6 +82,7 @@ export abstract class Connection<DB = any> {
kysely: Kysely<DB>;
protected readonly supported = {
batching: false,
counts: true,
};
constructor(