mirror of
https://github.com/mariadb-corporation/mariadb-connector-python.git
synced 2025-07-24 09:59:50 +00:00

- Result sets Convert named_tuple and dictinuary result sets directly from netbuffer, instead to fetch them in tuples and convert it afterwards - fetch rows() Use MrdbCursor_fetchrows() c function for fetchmany/fetchall.