mirror of
https://github.com/mariadb-corporation/mariadb-connector-python.git
synced 2025-08-11 02:43:15 +00:00
Cursor: Set buffered to True if no args were specified
This commit is contained in:
@ -67,7 +67,7 @@ class Cursor(mariadb._mariadb.cursor):
|
||||
self._prev_stmt= None
|
||||
self._force_binary= None
|
||||
self._rowcount= 0
|
||||
|
||||
self.buffered= True
|
||||
self._parseinfo= None
|
||||
self._data= None
|
||||
|
||||
|
Reference in New Issue
Block a user