Re: [firebird-python] fpyfirebirdsql bug in select with parameter

2011-08-19 Thread Philippe Makowski
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

[firebird-python] fpyfirebirdsql bug in select with parameter

2011-07-28 Thread Oscar Micheli
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