From here:
I've done some test and I found an "issue" that in fact it's a bad way of creating a sqlite db.
No way to fix it later.
Here are the steps to replicate the issue:
-
Create the db
-
Create the table:
-
Insert data:
-
Apply changes:

-
Schema is empty:
So this is happening:
- Data appears under query builder/database updater:
I guess this is happening because the .wappler folder has the correct schema inside
- On insert the sqlite runs this:
dmx.app.data.flow1.lastError
'Run: RunSQL: run: no such table: table2'
What I guess it's happening here, it's that between steps 2 and 3, the user should be guided to the correct way.
So steps should be:
Create db - Create schema - Upload it - Insert data.
If user does this:
Create db - Create schema - Insert data - Upload it
Then the schema is not saved and not able to fix it later.
Please take a look:






