Merge pull request #36 from FlipsideCrypto/fix/schema-ref-v2

fix/schema-ref-v2
This commit is contained in:
drethereum 2024-03-05 12:13:48 -07:00 committed by GitHub
commit bfe13fde57
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -98,7 +98,7 @@
) }}
{% endif %}
SELECT
{{ this.schema }}.{{ func }}( parse_json($${{ params | tojson }}$$) )
{{ func }}( parse_json($${{ params | tojson }}$$) )
WHERE
EXISTS(
SELECT