Skip to content

Releases: opensourcecobol/Open-COBOL-ESQL-4j

v1.1.1

30 Sep 02:09
bd51611
Compare
Choose a tag to compare

Added

  • Implement variable length character strings (#94)
    • For example, 01 WS-VAR PIC X(10) VARYING.

v1.1.0

30 Aug 05:45
fb917e4
Compare
Choose a tag to compare

Added

  • Support Windows with Visual Studio 2022(#82)

Optimized

  • Implemente caches for prepared statements (#58)

Fix

  • Fix prepaed statements (#53)

Miscellaneous

  • Support Ubuntu 24.04 (#56)

v1.0.3

31 Aug 01:50
98db3ae
Compare
Choose a tag to compare

New Features

  • Implement the bulk fetch

Improve the performance

  • Refactor the runtime library entirely and remove overheads
  • Implement caching for SQL statements

v1.0.2

30 Apr 00:40
a7cbec4
Compare
Choose a tag to compare

New Features

  • Open COBOL ESQL 4J accepts EXEC SQL INCLUDE "filename" END EXEC

Bug fixes

  • Fix the bug related to the installation

v1.0.1

22 Nov 06:10
2755b00
Compare
Choose a tag to compare

New Features

  • Implement host variables with COMP-3

Bug fixes

  • Fix the bug of where clause
  • Fix the bug of EXEC SQL INCLUDE
  • Improve SQLCA

v1.0.0

02 Dec 02:50
53f5998
Compare
Choose a tag to compare
  • Add test cases for COBOL data types, SQL data types and SQLCA.
  • Support additional COBOL data types (S9(n), N(n)).
  • Create template documentations by Sphinx.

v0.1.1

10 Nov 12:39
5e45180
Compare
Choose a tag to compare
  • Fix the problem where compiling and executing programs in sample/ directory fails.
  • opensource COBOL 4j v1.0.2 or later is required.

v0.1.0

02 Nov 08:04
Compare
Choose a tag to compare
v0.1.0