-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Open
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels