1
1
mirror of https://github.com/Fabio286/antares.git synced 2025-06-05 21:59:22 +02:00

fix: improved handling of query comments, fixes #963 and #580

This commit is contained in:
2025-03-31 13:57:41 +02:00
parent ba63b049a3
commit d912faa850
8 changed files with 201 additions and 107 deletions

View File

@@ -183,6 +183,7 @@ export default (connections: Record<string, antares.Client>) => {
const result = await connections[uid].raw(query, {
nest: true,
details: true,
comments: false,
schema,
tabUid,
autocommit