Activity log for bug #598414

Date Who What changed Old value New value Message
2010-06-25 09:14:47 s_m_l_x bug added bug
2010-06-25 09:16:03 s_m_l_x description in windows, if i use execute() to search some data , when i fetch row i have get this exception : Traceback (most recent call last): File "<pyshell#12>", line 1, in <module> cur.fetchone() File "cursor.pyx", line 185, in oursql.Cursor.fetchone (oursqlx\oursql.c:16162) File "statement.pyx", line 422, in oursql._Statement.fetchone (oursqlx\oursql.c:10076) File "statement.pyx", line 234, in oursql._Statement._bind_buffer (oursqlx\oursql.c:8024) File "statement.pyx", line 126, in oursql._Statement._raise_error (oursqlx\oursql.c:6997) InterfaceError: (2036, 'Using unsupported buffer type: 3 (parameter: 3)', None) if i use oursql0.1 these is no problem, i dont know what happen since 0.90 in windows, if i use execute() to search some data , when i fetch row i have get this exception : Traceback (most recent call last):   File "<pyshell#12>", line 1, in <module>     cur.fetchone()   File "cursor.pyx", line 185, in oursql.Cursor.fetchone (oursqlx\oursql.c:16162)   File "statement.pyx", line 422, in oursql._Statement.fetchone (oursqlx\oursql.c:10076)   File "statement.pyx", line 234, in oursql._Statement._bind_buffer (oursqlx\oursql.c:8024)   File "statement.pyx", line 126, in oursql._Statement._raise_error (oursqlx\oursql.c:6997) InterfaceError: (2036, 'Using unsupported buffer type: 3 (parameter: 3)', None) if i use oursql0.1 these is no problem, i dont know what happen
2010-07-20 19:24:44 Aaron Gallagher oursql: importance Undecided Medium
2010-07-20 19:24:55 Aaron Gallagher oursql: assignee Aaron Gallagher (habnabit)
2010-07-20 20:51:16 Aaron Gallagher oursql: status New Incomplete
2010-09-16 19:17:01 Aaron Gallagher oursql: milestone 1.0
2010-09-16 19:17:10 Aaron Gallagher oursql: importance Medium High
2010-09-16 19:17:30 Aaron Gallagher oursql: status Incomplete Triaged