Rinnegatamante / lpp-vita

Lua Player Plus for PSVITA. Documentation on: http://rinnegatamante.github.io/lpp-vita/
GNU General Public License v3.0
179 stars 27 forks source link

Error: library routine out of sequence #49

Closed DiegoMC9 closed 2 years ago

DiegoMC9 commented 3 years ago

scheme of the project:

local db = Database.open("file.db")
function a()
  Database.execQuery(db, "CREATE TABLE ....;")
end
function b()
  Database.execQuery(db, "INSERT ....;") --> "error appears here"
end
Creckeryop commented 2 years ago

Fixed in https://github.com/Rinnegatamante/lpp-vita/commit/a260def37db0f691525eee2757ed3c9a334209b9