All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog.
- Implement variable length character strings (#94)
- For example,
01 WS-VAR PIC X(10) VARYING.
- For example,
- Support Windows with Visual Studio 2022(#82)
- Implemente caches for prepared statements (#58)
- Fix prepaed statements (#53)
- Support Ubuntu 24.04 (#56)
- Implement the bulk fetch (#36)
- Refactor the runtime library entirely and remove overheads (#36)
- Implement caching for SQL statements (#36)
- Open COBOL ESQL 4J accepts
EXEC SQL INCLUDE "filename" END EXEC
- Fix the bug related to the installation
- Implement host variables with COMP-3
- Fix the bug of where clause
- Fix the bug of EXEC SQL INCLUDE
- Improve SQLCA
- 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.