--- ibx/trunk/fbintf/changelog 2018/10/25 13:57:12 241 +++ ibx/trunk/fbintf/changelog 2018/12/06 15:55:01 263 @@ -1,7 +1,26 @@ -FBINTF Change Log version (1.1-3) Fri, 27 Apr 2018 09:06:10 +0100 +FBINTF Change Log version (1.1-3) Wed, 05 Dec 2018 14:28:10 +0000 1. DARWIN only syntax error: fix missing semi-colon in TFBClientAPI.LoadIBLibrary +2. Restrict IsMultiThread check to Unix only for compatibility with + https://bugs.freepascal.org/view.php?id=30535 + +3. New SQL Tokeniser added to IBUtils. This is used to pre-process SQL with + named parameters and is intended to avoid problems with (e.g.) Execute Block + and processing internal parameters as statement parameters. + +4. New interface IFirebirdLibrary provides access to the underlying firebird DLL + or shared object. Available via a new member (GetFBLibrary) of IFirebirdAPI. + +5. New function added to IB.pas + + function LoadFBLibrary(aLibPathName: string): IFirebirdLibrary + + This allows a Firebird Library to be loaded from an explicit path. use the + IFirebirdLibrary.GetFirebirdAPI member function to get the Firebird API using + the library. It is possible to load Firebird libraries from different locations + simultaneously, each with a distinct IFirebirdAPI. + FBINTF Change Log version (1.1-2) Mon, 16 Apr 2018 09:30:32 +0100 1. Firebird.pas: {$OBJECTCHECKS OFF} added to file to avoid runtime error when