opensourcecobol / Open-COBOL-ESQL-4j

Open COBOL ESQL 4J is an open-source Embedded SQL pre-compiler and run-time libraries for opensource COBOL 4J and PostgreSQL
GNU General Public License v3.0
11 stars 9 forks source link

Support other COBOL data types #2

Open ytr-sakamoto opened 3 years ago

ytr-sakamoto commented 3 years ago

In v0.1.0, COBOL data types available in EXEC-SQL blocks are PIC 9(n) and PIC X(n).

ytr-sakamoto commented 2 years ago

In v1.0.0, OCESQL 4j supports S9(n) and N(n).