The sqlite plugin in Xojo does NOT use the system library
Sqlite is statically linked right into the plugin
So regardless of what OS version you’re using you have the same sqlite version
If you use the system dylib then on OS X 10.7 you get one version, 10.8 another, 10.9 another, etc
Or you build one version & distribute it consistently & you have the same effect as the Sqlite plugin - a consistent version