Today I was trying to figure out why the same lua sqlite3 code didn't work on linux installations while it was working fine on osx. It turned out that the difference was in the sql commit statement. I had not used it explicitly and apparently on osx an autocomit is performed implicitly by default after writing something to the db. On linux I had to manually execute the commit statement.
I expect this inconsistent behavior between linux and osx might be a bug? Or is it expected behavior? Where can I alter the default settings that influence this? Thijs
_______________________________________________ Kepler-Project mailing list Kepler-Project@lists.luaforge.net http://lists.luaforge.net/cgi-bin/mailman/listinfo/kepler-project http://www.keplerproject.org/