What steps will reproduce the problem?
1.executemany("insert into TABLE(FIELD1, FIELD2) values (?, ?)", [('abc',
'11753'),('abc', '2')])
2.
3.
What is the expected output? What do you see instead?
==> adds questionmarks to the second inserted row for 'abc'
What version of the product are you using? On what operating system?
windows server 2008 - python 3.3 - pyodbc with MySQL ODBC 3.51 Driver
Please provide any additional information below.
Original issue reported on code.google.com by davidbie...@gmail.com on 15 Mar 2014 at 11:00
Original issue reported on code.google.com by
davidbie...@gmail.com
on 15 Mar 2014 at 11:00