aboutsummaryrefslogtreecommitdiff
path: root/sqlite3/README
AgeCommit message (Collapse)AuthorFilesLines
2022-02-28sqlite3: Update the included sqlite3 to 3.38.0Steve Bennett1-1/+7
Signed-off-by: Steve Bennett <steveb@workware.net.au>
2021-01-10package: add ABI version checkingSteve Bennett1-8/+8
jim.h now includes JIM_ABI_VERSION that should be incremented whenever the ABI changes. Then all loadable modules should call Jim_CheckAbiVersion() to make sure they are loaded against the correct version. Add Jim_PackageProvideCheck() that does both Jim_CheckAbiVersion() and Jim_PackageProvide() to simplify the implementation of loadable extensions. Also rename the "big" sqlite3 extension to just sqlite to avoid a naming conflict with the smaller jim-sqlite3 extension. Signed-off-by: Steve Bennett <steveb@workware.net.au>
2011-11-24Port the "full" sqlite3 extension to Jim TclSteve Bennett1-0/+60
Signed-off-by: Steve Bennett <steveb@workware.net.au>