nakagami / firebirdsql

Firebird RDBMS sql driver for Go (golang)
MIT License
229 stars 60 forks source link

Select with 21 fields always return empty resultset without any errors #64

Closed bat22 closed 6 years ago

bat22 commented 6 years ago

Select with 21 fields always return empty result without any errors. Example: https://gist.github.com/bat22/5960fda6aa8a02d6a6284bf7e07237a9

nakagami commented 6 years ago

Thanks a lot !

I have found this code is a bit different from pyfirebirdsql https://github.com/nakagami/pyfirebirdsql/blob/master/firebirdsql/xsqlvar.py#L303 . And modify like pyfirebirdsql.

But your PR and example code was very helpful.