Skip to content

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

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions