FirebirdSQL / python3-driver

Firebird driver for Python that uses new Firebird API
https://www.firebirdsql.org/en/devel-python-driver/
MIT License
26 stars 10 forks source link

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

Closed ferulisses closed 10 months ago

ferulisses commented 10 months ago

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 10 months ago

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