[DB-SIG] db module wrapper

Dieter Maurer dieter at handshake.de
Fri Aug 20 20:10:59 CEST 2004


Randall Smith wrote at 2004-8-19 20:44 -0500:
> ...
>>   As soon as you have a couple of "?", it becomes quite difficult
>>   to grasp...
>> 
>Out of the format, named, numeric, pyformat, and qmark paramstyles, I 
>find qmark the most simple.  What is difficult to grasp?

The relationship between the "?"s and the corresponding arguments.
You have to count "?"s and arguments and this can be difficult
for non-trivial SQL statements with many "?".

Furthermore, the "?" provide no glue to the meaning of value.

-- 
Dieter


More information about the DB-SIG mailing list