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 60 by tony, Mon Mar 27 15:21:02 2017 UTC vs.
Revision 123 by tony, Mon Jan 22 14:22:04 2018 UTC

# Line 1 | Line 1
1 < FBINTF Change Log  version             (1.1-0) tba, 00 Mar 2017 14:43:56 +0000
1 > FBINTF Change Log  version                                      (1.1-1) Mon, 22 Jan 2018 14:21:15 +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 only.
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 24 | Line 62 | FBINTF Change Log  version             (
62   6. Add RegisterCharSet to IAttachment. This is used to register a user defined character
63     set supported by Firebird with the API.
64  
65 + 7. Add missing isc_info_db_read_only to list of decoded Database Information items
66 +   in FBOutputBlock.pas and update test suite to include this item.
67 +
68 + 8. FB30Client: avoid always using "StartMultiple" when only a single database attachment.
69 +
70 + 9. Loading Windows fbclient.dll: when using the FIREBIRD variable to locate the client
71 +   library or finding it by disk location, the PATH environment variable is now also set to
72 +   include the FIREBIRD directory. This is to ensure that the correct dlls in the
73 +   firebird client library dependencies are loaded.
74 +
75 + 10. Testsuite: Ensure consistent UTF-8 output on Windows console.
76 +
77 + 11. Testsuite: Update Windows script to include FPC 3.0.4 in search path.
78 +
79 + 12. FB30Statement: Protect call to "Move" and avoid calling with a nil pointer
80 +
81 + 13. FB30Statement: A check has been added to ensure that all SQL Parameters
82 +    have been given a value (including NULL). Previously, failing to set the
83 +    value of an SQL Parameter could give rise to unpredictable results or
84 +    an SQLDA error.
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