Skip to content

Commit

Permalink
Cursor: Set buffered to True if no args were specified
Browse files Browse the repository at this point in the history
  • Loading branch information
9EOR9 committed May 21, 2022
1 parent e3207bb commit f93370a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mariadb/cursors.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def __init__(self, connection, **kwargs):
self._prev_stmt= None
self._force_binary= None
self._rowcount= 0

self.buffered= True
self._parseinfo= None
self._data= None

Expand Down

0 comments on commit f93370a

Please sign in to comment.