mirror of
https://github.com/bknd-io/bknd/
synced 2026-08-02 08:06:00 +00:00
test hiding counts
This commit is contained in:
@@ -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[]) {
|
||||||
|
|||||||
Reference in New Issue
Block a user