summaryrefslogtreecommitdiff
path: root/lib/lua/sqlite
AgeCommit message (Expand)Author
2019-05-16Prevent Lua from crashing if clear_bindings() is called on a statementtpaul
2017-05-10Guard against double freeing of objects (explicit by the Lua program, thenmbalmer
2016-02-15Fix function name, no functional change.mbalmer
2014-07-19lua: updated from 5.1 to 5.3 work3lneto
2013-10-27More user friendly sqlite.open() function.mbalmer
2012-11-02- Update to the version on github.com.mbalmer
2012-03-15Add __printflike attribution to use vprintf and friends with an argumentjoerg
2012-03-03Add an empty line.mbalmer
2011-10-16Fix dependency.mbalmer
2011-10-15Remove, has been moved to share/examples/lua.mbalmer
2011-10-15Add db:changes()mbalmer
2011-10-15Remove un-needed headers.mbalmer
2011-10-15A small test/demo program to show the sqlite Lua module usage.mbalmer
2011-10-15A Lua module to access SQLite databases.mbalmer