mirror of
https://github.com/FlipsideCrypto/fsc-utils.git
synced 2026-02-06 10:56:49 +00:00
Merge pull request #36 from FlipsideCrypto/fix/schema-ref-v2
fix/schema-ref-v2
This commit is contained in:
commit
bfe13fde57
@ -98,7 +98,7 @@
|
||||
) }}
|
||||
{% endif %}
|
||||
SELECT
|
||||
{{ this.schema }}.{{ func }}( parse_json($${{ params | tojson }}$$) )
|
||||
{{ func }}( parse_json($${{ params | tojson }}$$) )
|
||||
WHERE
|
||||
EXISTS(
|
||||
SELECT
|
||||
|
||||
Loading…
Reference in New Issue
Block a user