@malloydata/db-postgres 0.0.176-dev240824024139 → 0.0.176-dev240827153920
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -56,7 +56,7 @@ export declare class PooledPostgresConnection extends PostgresConnection impleme
|
|
|
56
56
|
private _pool;
|
|
57
57
|
constructor(options: PostgresConnectionOptions, queryOptionsReader?: QueryOptionsReader);
|
|
58
58
|
constructor(name: string, queryOptionsReader?: QueryOptionsReader, configReader?: PostgresConnectionConfigurationReader);
|
|
59
|
-
isPool():
|
|
59
|
+
isPool(): this is PooledConnection;
|
|
60
60
|
drain(): Promise<void>;
|
|
61
61
|
getPool(): Promise<Pool>;
|
|
62
62
|
protected runPostgresQuery(sqlCommand: string, _pageSize: number, _rowIndex: number, deJSON: boolean): Promise<MalloyQueryData>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@malloydata/db-postgres",
|
|
3
|
-
"version": "0.0.176-
|
|
3
|
+
"version": "0.0.176-dev240827153920",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"prepublishOnly": "npm run build"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@malloydata/malloy": "^0.0.176-
|
|
25
|
+
"@malloydata/malloy": "^0.0.176-dev240827153920",
|
|
26
26
|
"@types/pg": "^8.6.1",
|
|
27
27
|
"pg": "^8.7.1",
|
|
28
28
|
"pg-query-stream": "4.2.3"
|