We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa0c705 commit 37c461cCopy full SHA for 37c461c
1 file changed
src/Adapters/Storage/Postgres/PostgresStorageAdapter.js
@@ -2271,10 +2271,7 @@ export class PostgresStorageAdapter implements StorageAdapter {
2271
pipeline: any,
2272
readPreference: ?string,
2273
hint: ?mixed,
2274
- explain?: boolean,
2275
- _comment?: ?string,
2276
- _rawValues?: boolean,
2277
- _rawFieldNames?: boolean
+ explain?: boolean
2278
) {
2279
debug('aggregate');
2280
const values = [className];
0 commit comments