Strings and % sign fails - Help Please

Fredrik Lundh fredrik at pythonware.com
Fri Mar 24 03:19:08 EST 2006


siasookhteh at gmail.com wrote:

> heh.. It works except I am using psycopg.Binary(somebinarystructure),
> and I am not really doing it by hand to just add the extra %, and
> psycopg.Binary doesn't do it. I'd imagine it's a bug with psycopg
> package.

or a bug in your use of Binary.  what exactly are you applying Binary
to, and how do you pass the resulting adapter to execute ?

</F>






More information about the Python-list mailing list