Subject | Re: [firebird-python] fpyfirebirdsql bug in select with parameter |
---|---|
Author | Philippe Makowski |
Post date | 2011-08-19T09:41:02Z |
Oscar Micheli [2011-07-28 18:28] :
should work
> Hi, i'm tryng to use pyfirebirdsql wiyh python 2.7 under Windows butcur.execute("select * from tab1 where name = ?", ('oscar0', ))
> 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
>
should work