On 10/1/07, Simetrical Simetrical+wikilist@gmail.com wrote: [snip]
Which I suppose makes sense in context, but I have to say it makes Python's database input escaping format look more attractive (although that, admittedly, doesn't allow differences for database engines quite so easily).
Python's aren't perfect.
Some python database modules implement the ('%{dictkey}s',{'dictkey':...}) convention and some only implement the tuple convention. :(
Still better than the SQL injection bait that is the PHP database interface, but...