1 |
+ |
IBX Change Log version (2.0-1) Mon, 09 Jan 2017 15:31:49 +0000 |
2 |
|
|
3 |
< |
IBX Change Log version (2.0-0) Tue, 06 Dec 2016 10:33:44 +0000 |
3 |
> |
1. TIBEvents: Fix uninitialised variable that could result in lost events. |
4 |
> |
|
5 |
> |
2. TIBExtract: Added support for FB3 "USAGE" privilege. |
6 |
> |
|
7 |
> |
3. TIBExtract: data formatted as Charset set "octets" is now output using |
8 |
> |
hexadecimal notation. |
9 |
> |
|
10 |
> |
4. TIBExtract: Binary Blobs and array data can now be embedded in INSERT statements |
11 |
> |
using a simple XML format. |
12 |
> |
|
13 |
> |
5. TIBExtract: extract of individual Triggers and Stored Procedures can now include |
14 |
> |
grants to these objects. |
15 |
> |
|
16 |
> |
6. TIBExtract: Stored Procedures and Views output in dependency order to avoid |
17 |
> |
dependency problems restoring complex databases. |
18 |
> |
|
19 |
> |
7. TIBXScript: This component has been restructured to allow for the processing of |
20 |
> |
embedded XML in INSERT statements and to support interactive sources in addition |
21 |
> |
to non-interactive data sources such as files. |
22 |
> |
|
23 |
> |
8. TIBXScript: CREATE DATABASE, DROP DATABASE, CONNECT statements are now supported. |
24 |
> |
|
25 |
> |
9. TIBXScript: ISQL compatiable Set statements are now supported: |
26 |
> |
SET SQL DIALECT |
27 |
> |
SET TERM |
28 |
> |
SET AUTODDL |
29 |
> |
SET BAIL |
30 |
> |
SET ECHO |
31 |
> |
SET COUNT |
32 |
> |
SET STATS |
33 |
> |
SET NAMES <character set> |
34 |
> |
|
35 |
> |
10. IBVersion unit added to hold current IBX Version Number information. |
36 |
> |
|
37 |
> |
11. TIBExtract: Use character rather than byte length for VarChar procedure arguments., |
38 |
> |
and domain definitions. |
39 |
> |
|
40 |
> |
12. TIBExtract: Triggers now use SQL2003 syntax and database and transaction triggers |
41 |
> |
fully supported. |
42 |
> |
|
43 |
> |
13. TIBExtract: when a database dump includes data, the generator values are now also set. |
44 |
> |
|
45 |
> |
14: IBSQLEdit: Unit LCLPlatformDef added to uses clauses for lazarus 1.7 and later. |
46 |
> |
|
47 |
> |
IBX Change Log version (2.0-0) Tue, 06 Dec 2016 10:33:44 +0000 |
48 |
|
|
49 |
|
See also doc/readme.upgrade-4-x.to.2-0-0.xhtml for important information on |
50 |
|
upgrading to IBX2. |