Sometimes you want to completely skip using parameters. Postgres, in particular, complains with cryptic "syntax error at or near "$1" whenever query parameters cannot be used for the query. An example would be CREATE TABLE queries where the only parameters are the VARCHAR size. This patch adds a :none option to :parameterizer which completely skips parameter filling (and numbering), returning the SQL string only. |
||
|---|---|---|
| .. | ||
| honeysql | ||