Skip to content

blob type column export - issue #20

@joelsamthomas2023

Description

@joelsamthomas2023

when I tried to export the table with blob type,I faced the below issue.

fbexport -Sc -H localhost -D TEST.fdb -U sysdba -P xxxxxxx -F TESTTABLE.csv -Q "SELECT * FROM TESTTABLE"

Checking database charset...UTF8.
Connecting to: 'localhost' as 'sysdba'...Connected.
Creating and starting transaction...Done.
Create statement...Done.
Prepare statement...Done.
Exec statement...Done.
Exporting data as INSERT statements...
ERROR!
*** IBPP::LogicException ***
Context: Blob::AttachDatabase
Message: Can't attach a NULL Database object.

but it's worked fine, when I used column names instead of * from command

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions