Commit fcd68db
fix: sanitize aceSchema identifier to prevent SQL breakage with non-simple names
Use pgx.Identifier.Sanitize() to quote the configurable ACE schema name
in SQL templates, consistent with how all other identifiers are handled
in queries.go.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent fed4e9f commit fcd68db
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
23 | | - | |
| 24 | + | |
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
| |||
0 commit comments