Skip to content

Abnormal termination in SQLFetch() #229

@fdcastel

Description

@fdcastel

Trying to use odbc2parquet to fetch RDB$RELATIONS from a Firebird database halts the program during a SQLFetch() call.

sqlfetch-halt

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions