@quillsql/admin 1.7.6 → 1.8.0

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.
package/dist/index.cjs CHANGED
@@ -2189,7 +2189,6 @@ async function getVirtualTableData(clientId, query, databaseType, queryEndpoint,
2189
2189
  preQueries: [query],
2190
2190
  clientId,
2191
2191
  runQueryConfig: {
2192
- overridePost: true,
2193
2192
  convertDatatypes: true,
2194
2193
  limitThousand: !limitRegex.test(query)
2195
2194
  },
package/dist/index.js CHANGED
@@ -2163,7 +2163,6 @@ async function getVirtualTableData(clientId, query, databaseType, queryEndpoint,
2163
2163
  preQueries: [query],
2164
2164
  clientId,
2165
2165
  runQueryConfig: {
2166
- overridePost: true,
2167
2166
  convertDatatypes: true,
2168
2167
  limitThousand: !limitRegex.test(query)
2169
2168
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quillsql/admin",
3
- "version": "1.7.6",
3
+ "version": "1.8.0",
4
4
  "description": "Admin tools for Quill",
5
5
  "type": "module",
6
6
  "exports": {