NeoZX / gstat2sql

gstat2sql is utility for convert text file from firebird gstat to sql
GNU General Public License v2.0
0 stars 0 forks source link

Code simplification #1

Open pcisar opened 1 year ago

pcisar commented 1 year ago

Hi. Do you know that FDB driver has gstat output parser in fdb.gstat module? It supports both FB <3 and FB 3> gstat output formats.

NeoZX commented 1 year ago

Hi. I did not know about that. I'll test the parser and try to use it.

pcisar commented 1 year ago

For FDB, it's documented here. However, if you don't need Python 2 and Firebird <3 support, I'd rather recommend new firebird-driver and it's extension library firebird-lib that provides new versions of these parsers.