test hiding counts

This commit is contained in:
dswbx
2025-06-09 20:28:09 +02:00
parent 7a3691a1a7
commit 906f80b11e
@@ -16,6 +16,7 @@ export const plugins = [new ParseJSONResultsPlugin()];
export abstract class PostgresConnection<DB = any> extends Connection<DB> { export abstract class PostgresConnection<DB = any> extends Connection<DB> {
protected override readonly supported = { protected override readonly supported = {
batching: true, batching: true,
counts: true,
}; };
constructor(kysely: Kysely<DB>, fn?: Partial<DbFunctions>, _plugins?: KyselyPlugin[]) { constructor(kysely: Kysely<DB>, fn?: Partial<DbFunctions>, _plugins?: KyselyPlugin[]) {