FirebirdSQL/python3-driver

Is there something like fetchonemap, like from the legacy fdb driver?

ferulisses opened this issue · 1 comments

I would like to get a dict as result, or to know which columns has been returned when using a generic SELECTs such as SELECT * FROM customer.

pcisar commented

Since version 1.7.0 the helper method Cursor.to_dict() is available.