Skip to content

manages "temp" database and "main" database

Compare
Choose a tag to compare
@stonebig stonebig released this 14 Jun 13:04
· 18 commits to master since this release

Remark : in "select * from table_x", SQLite searches table_x

  • first in "temp" database,
  • then in "main" database,
  • then in other attached databases by order of attachement.