forked from opensourcecobol/Open-COBOL-ESQL-4j
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNEWS
executable file
·58 lines (37 loc) · 1.39 KB
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
NEWS - user visible changes -*- outline -*-
* Open COBOL ESQL 4J 1.1.1
** New Features
(1) Implement variable length character strings.
(a) For example, `01 WS-VAR PIC X(10) VARYING.`
-----------------------------------------------------------------------
* Open COBOL ESQL 4J 1.1.0
** New Features
(1) Support Windows with Visual Studio 2022
** Optimized
(1) Implemente caches for prepared statements
** Bug Fixes
(1) Fix prepared statements
** Miscellaneous
(1) Support Ubuntu 24.04
-----------------------------------------------------------------------
* Open COBOL ESQL 4J 1.0.3
** New Features
(1) Implement the bulk fetch
** Improve the performance
(1) Refactor the runtime library entirely and remove overheads
(2) Implement caching for SQL statements
-----------------------------------------------------------------------
* Open COBOL ESQL 4J 1.0.2
** New Features
(1) Open COBOL ESQL 4J accepts `EXEC SQL INCLUDE "filename" END EXEC`
** Bug fixes
(1) Fix the bug related to the installation
-----------------------------------------------------------------------
* Open COBOL ESQL 4J 1.0.1
** New Features
(1) Implement host variables with COMP-3
** Bug fixes
(1) Fix the bug of where clause
(2) Fix the bug of EXEC SQL INCLUDE
(3) Improve the SQLCA
-----------------------------------------------------------------------