Skip to content

Commit

Permalink
docs(changeset): Experimental: expose (non-enumerable) `symbolToIdent…
Browse files Browse the repository at this point in the history
…ifier` on `sql.compile()` result so you can determine which identifiers were used for which symbols.
  • Loading branch information
benjie committed Apr 11, 2023
1 parent 53e164c commit f93c79b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .changeset/pretty-shrimps-poke.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"pg-sql2": patch
---

Experimental: expose (non-enumerable) `symbolToIdentifier` on `sql.compile()`
result so you can determine which identifiers were used for which symbols.

0 comments on commit f93c79b

Please sign in to comment.