jsonextractionv0

This commit is contained in:
Michael McGuinness
2024-12-23 12:26:05 +00:00
parent 5f8c9c7b1d
commit 339ce185ad
132 changed files with 6448 additions and 651 deletions
+2
View File
@@ -0,0 +1,2 @@
-- name: GetQueryConfig :one
SELECT id, config FROM queryConfigs where queryId = $1 and addedVersion >= $2 and COALESCE(removedVersion, $2 - 1) < $2;