--- ibx/trunk/fbintf/changelog 2018/01/25 14:18:12 141 +++ ibx/trunk/fbintf/changelog 2018/02/23 12:11:21 143 @@ -1,4 +1,4 @@ -FBINTF Change Log version (1.1-1) Wed, 24 Jan 2018 10:54:08 +0000 +FBINTF Change Log version (1.1-1) Thu, 22 Feb 2018 16:01:13 +0000 1. IBUtils.QuoteIdentifierIfNeeded: Add check for space character. @@ -19,6 +19,7 @@ FBINTF Change Log version function GetRemoteProtocol: AnsiString; function GetODSMajorVersion: integer; function GetODSMinorVersion: integer; + function GetAuthenticationMethod: AnsiString; These results are cached when the connection is opened and hence do not require a database lookup. @@ -36,6 +37,28 @@ FBINTF Change Log version 9. IBUtils code tidy up. +10. Parameter Block interfaces "find" method. As documented, this should have + returned a nil interface when the item could not be found. Instead, an empty + interface item was returned. "Find" now works as documented and will return + a nil interface if the item cannot be found. + +11. DBInformation: support added for isc_info_active_tran_count and isc_info_creation_date. + +12. DBInformation: New interfaces: IDIRB and IDIRBItem added to support DB Information + requests with additional parameters. This is to enable support for fb_info_page_contents + (return of page contents). Response to fb_info_page_contents returned as + a string with code page CP_NONE. + +13. DBInformation: Support for fb_info_pages_used and fb_info_pages_free added, plus + test suite updated. + +14. DBInformation: Support for fb_info_crypt_key (Firebird 3.0.3 onwards) added as + a string type, and fb_info_conn_flags (Firebird 3.0.3 onwards) added as an integer type. + +15. Service Manager: List of protocols supported expanded to include inet, wnet and xnet. + An overloaded version of IIFirebirdAPI.GetServiceManager also allows a non + default connection port to be specified. + FBINTF Change Log version (1.1-0) Sun, 07 Jan 2018 15:20:02 +0000 1. Fix issues with setting SQL Param values using SetAsString with Numeric types.