SQLite Admin - how store changes in table ? Topic is solved

Add-ons for Pale Moon and other applications
General discussion, compatibility, contributed extensions, themes, plugins, and more.

Moderators: FranklinDM, Lootyhoof

User avatar
MakeTopSite
Apollo supporter
Apollo supporter
Posts: 47
Joined: 2022-01-08, 11:51

SQLite Admin - how store changes in table ?

Unread post by MakeTopSite » 2022-01-19, 11:41

I've deleted some rows from table but changes were not written to disk.

User avatar
Moonchild
Pale Moon guru
Pale Moon guru
Posts: 35476
Joined: 2011-08-28, 17:27
Location: Motala, SE
Contact:

Re: SQLite Admin - how store changes in table ?

Unread post by Moonchild » 2022-01-19, 12:12

Any changes you make are made live to the db. They should be written permanently on any COMMIT or when closing the database.
"Sometimes, the best way to get what you want is to be a good person." -- Louis Rossmann
"Seek wisdom, not knowledge. Knowledge is of the past; wisdom is of the future." -- Native American proverb
"Linux makes everything difficult." -- Lyceus Anubite

User avatar
MakeTopSite
Apollo supporter
Apollo supporter
Posts: 47
Joined: 2022-01-08, 11:51

[SOLVED] Re: SQLite Admin - how store changes in table ?

Unread post by MakeTopSite » 2022-01-19, 15:49

Moonchild wrote:
2022-01-19, 12:12
Any changes you make are made live to the db. They should be written permanently on any COMMIT or when closing the database.
Excuse me, it's correct, it was my mistake.

Locked