SQL Plugin option to include SQLite Library
Now for SQLite we add an option to use a copy of the library provided by MBS and linked into your application.
Our plugin gets a new module called InternalSQLiteLibraryMBS. It offers a few methods to query version details and configuration options, so you can check at runtime what version the plugin offers.
If you call the Use function there, the plugin will install itself to be the SQLite provider for SQL Plugin.
Due to this improvement, all our Sqlite example projects now use the internal version. Mac OS X 10.10.3 comes with SQLite 3.8.5, but our plugin with 3.8.10.2. Coming later today in 15.2pr2.
PS: If you need an option to be set for SQLite, please contact us, so we can make sure all the features you need are enabled.