diff -r 418e11eb6fea -r 192b0059a6c4 relpipe-data/examples-tr-sqlite-custom-version.xml --- a/relpipe-data/examples-tr-sqlite-custom-version.xml Thu May 21 01:23:23 2020 +0200 +++ b/relpipe-data/examples-tr-sqlite-custom-version.xml Sat Jun 06 01:57:24 2020 +0200 @@ -14,6 +14,17 @@

+ + n.b. This method is obsolete since v0.16 that does not use SQLite library directly + and uses arbitrary database driver (including SQLite one) through an abstraction layer (ODBC). + This article is still valid as an example of the LD_PRELOAD hack and can be used with older versions of . + Since v0.16 we can easily replace whole ODBC driver (and thus use also different version of the SQLite), + there is no need for LD_PRELOAD hacking + – we can just configure desired driver (the .so file) in the INI file or ad-hoc in the connection string. + +

+ +

By default, relpipe-tr-sql links to the SQLite library available in our distribution (e.g. 3.22). As we can check: