Subject: | feature request: $ placeholders but not : placeholders |
I'd like to be able to turn off : placeholders, but not ? placeholders.
We're migrating a large code base from Pg to DBI / DBD::Pg, and I am running into a few queries that fail because they use : for array slices. I can get these queries to work by setting pg_placeholder_dollaronly, but my preference is to use ? for placeholders since seems to be more standard.
I looked at the source code and I think I could probably do the legwork if nobody else has time to work on it, but I wanted to gauge possibly acceptance first.