Cursor: Set buffered to True if no args were specified

This commit is contained in:
Georg Richter
2022-05-21 07:59:18 +02:00
parent e3207bb2fb
commit f93370a275

View File

@ -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