python 2.7.9 and python 3.3.5 - the same results.
I have installed pypyodbc.
This works good: """select * from t_v01 where t_id = ? """,(s,))
BUT raises: 'The SQL contains 0 parameter markers, but 1 parameter were
supplied', but I have parameter marker:
WHEN:
""insert into t_v01(t_id,t_type) values(?) ",(s,))""
Why? Please, help
Original issue reported on code.google.com by cep...@gmail.com on 1 May 2015 at 5:46
Original issue reported on code.google.com by
cep...@gmail.com
on 1 May 2015 at 5:46