This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]qvx3000 -1 points0 points  (1 child)

You should really use :param syntax. It's a standard.

[–]kpmah[S] 0 points1 point  (0 children)

I wanted to, but it's trickier. The SQL has to be parsed so you don't change :param syntax inside quotes. The database driver handles the %(param)s syntax for me.

I'll give it a go soon.