1.16.5: Single-query compilation now supports more forms of calls to `ref`/`resolve`.
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.