Abnormal termination in SQLFetch()
Closed this issue · 4 comments
fdcastel commented
Trying to use odbc2parquet to fetch RDB$RELATIONS
from a Firebird database halts the program during a SQLFetch()
call.
No other log or debug information is provided.
A previous conversation about this problem with odbc2parquet author can be found here.
Command line to reproduce (Powershell)
./odbc2parquet.exe -vvv query --connection-string "Driver={Firebird ODBC Driver};Database=/db/test.fdb;UID=SYSDBA;PWD=masterkey;" --column-length-limit 65535 /temp/relations.parquet 'SELECT * FROM rdb$relations;'
Environment:
- Firebird ODBC driver 3.0.0.11
- Firebird RDBMS 3.0.12.33787
- odbc2parquet v6.1.0
- Windows 11 Build 22621
irodushka commented
Hmm, interesting. I will take a look soon.
ср, 25 сент. 2024 г., 21:13 F.D.Castel ***@***.***>:
… Trying to use odbc2parquet <https://github.com/pacman82/odbc2parquet> to
fetch RDB$RELATIONS from a Firebird database halts the program during a
SQLFetch() call.
sqlfetch-halt.png (view on web)
<https://github.com/user-attachments/assets/844136d5-2f19-4b99-b359-0a1cd596c52f>
No other log or debug information is provided.
A previous conversation about this problem with odbc2parquet author can be
found here
<pacman82/odbc2parquet#640 (comment)>
.
Command line to reproduce (Powershell)
./odbc2parquet.exe -vvv query --connection-string "Driver={Firebird ODBC Driver};Database=/db/test.fdb;UID=SYSDBA;PWD=masterkey;" --column-length-limit 65535 /temp/relations.parquet 'SELECT * FROM rdb$relations;'
Environment:
- Firebird ODBC driver 3.0.0.11
- Firebird RDBMS 3.0.12.33787
- odbc2parquet v6.1.0
- Windows 11 Build 22621
—
Reply to this email directly, view it on GitHub
<#229>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAKZQLSY3KXJE7V2JGHWFDLZYL4LDAVCNFSM6AAAAABO3DER46VHI2DSMVQWIX3LMV43ASLTON2WKOZSGU2DQNRXG44TOMY>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
irodushka commented
Hi @fdcastel
You can try build 3.0.0.12 from here - https://github.com/FirebirdSQL/firebird-odbc-driver/wiki
fdcastel commented
Thank you @irodushka. Build 3.0.0.12 fixed the problem. 👍🏻🚀😄