Skip to content

1.16.5: Single-query compilation now supports more forms of calls to `ref`/`resolve`.

Compare
Choose a tag to compare
@BenBirt BenBirt released this 26 Nov 16:26
c716577

In normal SQLX files, users can call ref in a number of ways: ref("name"), ref("schema", "name"), ref(["schema", "name"]), etc. Standalone queries previously only supported the ref("name") form; but this has now been fixed.