Oscar Micheli [2011-07-28 18:28] :
> Hi, i'm tryng to use pyfirebirdsql wiyh python 2.7 under Windows but
> I have found a bug that don't allow me to go on.
>
> I'm tryng to do a select with parameters and the result is always empy!
>
> Example:
>
> "select * from tab1 where name = ?" returns a
Hi, i'm tryng to use pyfirebirdsql wiyh python 2.7 under Windows but
I have found a bug that don't allow me to go on.
I'm tryng to do a select with parameters and the result is always empy!
Example:
"select * from tab1 where name = ?" returns an empty result
while
"select * from tab1 where nam