ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/trunk/fbintf/changelog
(Generate patch)

Comparing ibx/trunk/fbintf/changelog (file contents):
Revision 68 by tony, Tue Oct 17 10:07:58 2017 UTC vs.
Revision 118 by tony, Mon Jan 22 13:58:14 2018 UTC

# Line 1 | Line 1
1 < FBINTF Change Log  version              (1.1-0) Fri, 13 Oct 2017 12:19:53 +0100
1 > FBINTF Change Log  version                                  (1.1-1) Sat, 20 Jan 2018 11:31:21 +0000
2 >
3 > 1. IBUtils.QuoteIdentifierIfNeeded: Add check for space character.
4 >
5 > 2. IAttachment: add two new methods
6 >     function HasDefaultCharSet: boolean;
7 >     function GetDefaultCharSetID: integer;
8 >
9 >   These return, respectively, true if a connection default character set was
10 >   specified and the character set id of the connection default character set.
11 >   The DefaultCharSetID is cached when the connection is opened and hence does not
12 >   require a database lookup.
13 >
14 > 3. Avoid exception when a text blob is a stored procedure parameter.
15 >
16 > 4. Update test suite to include a test for a stored proc returning a text blob.
17 >
18 > 5. IAttachment: add
19 >      function GetRemoteProtocol: AnsiString;
20 >      function GetODSMajorVersion: integer;
21 >      function GetODSMinorVersion: integer;
22 >
23 >   These results are cached when the connection is opened and hence do not
24 >   require a database lookup.
25 >
26 > 6. IAttachment: add "function GetConnectString: AnsiString;" This returns the
27 >   connect string used to create/connect to the database.
28 >
29 > 7. IAttachment: Create Database using SQL statement. The username and password
30 >   are now extracted and used to populate a DPB made available via IAttachment.getDPB.
31 >   It is now possible to use IAttachment disconnect/connect to reconnect to
32 >   a database for which the initial connection was established by a create
33 >   database sql statement. Available in FPC, and in Delphi versions from XE7 onwards.
34 >
35 > 8. Update Test 1 to test 5, 6 and 7 above.
36 >
37 > 9. IBUtils code tidy up.
38 >
39 > FBINTF Change Log  version                             (1.1-0) Sun, 07 Jan 2018 15:20:02 +0000
40  
41   1. Fix issues with setting SQL Param values using SetAsString with Numeric types.
42     Scale is no longer ignored.
# Line 47 | Line 85 | FBINTF Change Log  version
85  
86   14. FB30Statement/FB25Statement: Set SQLParam "modified" when string value set.
87  
88 + 15. FBAttachment: Avoid string reference count error when processing an Ansistring
89 +    parameter in an array of const passed to IAttachment.OpenCursor, etc.
90 +
91 + 16. FBAttachment: Allow for WideString and UnicodeString parameters in an array
92 +    of const passed to IAttachment.OpenCursor, etc.
93 +
94  
95   FBINTF Change Log  version             (1.0-2) Sat, 04 Mar 2017 14:43:56 +0000
96  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines