agesys-dev team mailing list archive
-
agesys-dev team
-
Mailing list archive
-
Message #00009
[Bug 598414] [NEW] some problem in win32
Public bug reported:
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
** Affects: oursql
Importance: Undecided
Status: New
** Description changed:
- in windows, if i use execute() to search some data , when i fetch row i
- have get this exception :
+ 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)
+ 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
--
some problem in win32
https://bugs.launchpad.net/bugs/598414
You received this bug notification because you are a member of Agesys
Team, which is subscribed to oursql.
Status in oursql python bindings for mysql: New
Bug description:
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
Follow ups
-
[Bug 598414] Re: some problem in win32
From: Danny McRae, 2011-03-02
-
[Bug 598414] Re: some problem in win32
From: Aaron Gallagher, 2010-09-16
-
[Bug 598414] Re: some problem in win32
From: lobe, 2010-09-09
-
[Bug 598414] Re: some problem in win32
From: lobe, 2010-09-09
-
[Bug 598414] Re: some problem in win32
From: aqua, 2010-07-27
-
[Bug 598414] Re: some problem in win32
From: aqua, 2010-07-27
-
[Bug 598414] Re: some problem in win32
From: Aaron Gallagher, 2010-07-26
-
[Bug 598414] Re: some problem in win32
From: aqua, 2010-07-26
-
[Bug 598414] Re: some problem in win32
From: Aaron Gallagher, 2010-07-20
-
[Bug 598414] Re: some problem in win32
From: Aaron Gallagher, 2010-07-20
-
[Bug 598414] Re: some problem in win32
From: aqua, 2010-07-20
-
[Bug 598414] [NEW] some problem in win32
From: s_m_l_x, 2010-06-25
References