relpipe-data/examples-tr-sqlite-custom-version.xml
branchv_0
changeset 297 192b0059a6c4
parent 286 37c50bb1f36f
--- 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 @@
 		</p>
 		
 		<p>
+			<strong>
+				n.b. This method is obsolete since <m:a href="release-v0.16">v0.16</m:a> 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 <m:name/>.
+				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 <code>.so</code> file) in the INI file or ad-hoc in the connection string.
+			</strong>
+		</p>
+		
+		<p>
 			By default, <code>relpipe-tr-sql</code> links to the SQLite library available in our distribution (e.g. 3.22).
 			As we can check:
 		</p>