Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[Bug]: Error On Export Database To SQL file #4095

@happydentist

Description

@happydentist

What did you do?

I have database while an software use sqlite to save the data.
I open the database with DB4S, and want to export the database to SQL file.
In SQL file, the statement as follows

CREATE TABLE IF NOT EXISTSAL TABLE FullTextTbl USING FTS3 (ItemId INTEGER PRIMARY KEY, FullText TEXT);

I think it was error, may be the right way like this
CREATE VIRTUAL TABLE IF NOT EXISTS FullTextTbl USING FTS3 (ItemId INTEGER PRIMARY KEY, FullText TEXT);

Can be repair the export error?
Many Thanks

What did you expect to see?

To see the right statement

What did you see instead?

nil

DB4S Version

3.13.1

What OS are you seeing the problem on?

Windows

OS version

Window 10

Relevant log output

Prevention against duplicate issues

  • I have searched for similar issues

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions