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 an empty result > cur.execute("select * from tab1 where name = ?", ('oscar0', ))
should work