-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathNEWS
More file actions
executable file
·90 lines (56 loc) · 2.32 KB
/
NEWS
File metadata and controls
executable file
·90 lines (56 loc) · 2.32 KB
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
NEWS - user visible changes -*- outline -*-
-----------------------------------------------------------------------
* Open COBOL ESQL 4J 1.1.3
** New features
(1) UTF-8 encoding support via `--enable-utf8` configure option
* Support for processing COBOL programs encoded in UTF-8
* Build opensource COBOL 4J with `--enable-utf8` when using Open COBOL ESQL 4J built with `--enable-utf8`
-----------------------------------------------------------------------
* Open COBOL ESQL 4J 1.1.2
** New Features
(1) Support the `PIC N VARYING` data type.
(2) Improve the readability of converted SQL statements.
** Bug Fixes
(1) Fix SQL statement generations in some cases.
* With older versions, the precompiler ignores SQL statements in some cases.
(2) The precompiler accepts INCLUDE statements containing '\n' characters.
** Miscellaneous
(1) Add README_JP.md for Japanese users.
(2) Add a Dev container configuration.
-----------------------------------------------------------------------
* 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
-----------------------------------------------------------------------