Subject | fpyfirebirdsql bug in select with parameter |
---|---|
Author | Oscar Micheli |
Post date | 2011-07-28T16:28:52Z |
Hi, i'm tryng to use pyfirebirdsql wiyh python 2.7 under Windows but
--
Oscar Micheli
Responsabile Sviluppo e Sistemistica
Oracle 9i Certified Database Administrator.
Innova s.r.l.
software, networking & training
Via D.L. Palazzolo, 35 - 24040 LALLIO (BG) ITALY
Tel: 035-203043 - Fax: 035-203563
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 name = 'oscar0" returns the expected result.
Is there something wrong in my code?
The same query using kinterbasdb 3.3. works fine.
Thanks a lot
--
Oscar Micheli
Responsabile Sviluppo e Sistemistica
Oracle 9i Certified Database Administrator.
Innova s.r.l.
software, networking & training
Via D.L. Palazzolo, 35 - 24040 LALLIO (BG) ITALY
Tel: 035-203043 - Fax: 035-203563