prostgles-server 3.0.67 → 3.0.68

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.
@@ -82,7 +82,7 @@ async function subscribe(filter, params, localFunc, table_rules, localParams) {
82
82
  LIMIT 0
83
83
  )
84
84
 
85
- SELECT *
85
+ SELECT COUNT(*) as count
86
86
  FROM (
87
87
  ${def}
88
88
  ) prostgles_view_ref_table_test
@@ -82,7 +82,7 @@ async function subscribe(filter, params, localFunc, table_rules, localParams) {
82
82
  LIMIT 0
83
83
  )
84
84
 
85
- SELECT *
85
+ SELECT COUNT(*) as count
86
86
  FROM (
87
87
  ${def}
88
88
  ) prostgles_view_ref_table_test
@@ -107,7 +107,7 @@ async function subscribe(this: ViewHandler, filter: Filter, params: SubscribePar
107
107
  LIMIT 0
108
108
  )
109
109
 
110
- SELECT *
110
+ SELECT COUNT(*) as count
111
111
  FROM (
112
112
  ${def}
113
113
  ) prostgles_view_ref_table_test
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "prostgles-server",
3
- "version": "3.0.67",
3
+ "version": "3.0.68",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -1 +1 @@
1
- 153704
1
+ 159956
@@ -21,7 +21,7 @@
21
21
  },
22
22
  "../..": {
23
23
  "name": "prostgles-server",
24
- "version": "3.0.66",
24
+ "version": "3.0.67",
25
25
  "license": "MIT",
26
26
  "dependencies": {
27
27
  "@aws-sdk/client-s3": "^3.121.0",