opensourcecobol / Open-COBOL-ESQL

Open Cobol ESQL (ocesql) is an open-source Embedded SQL pre-compiler and run-time library designed for COBOL applications which access an open-source database.
https://www.osscons.jp/osscobol/
GNU Lesser General Public License v3.0
50 stars 24 forks source link

Display error messages if COMP-5 is used for bind variables #40

Closed yutaro-sakamoto closed 2 years ago

yutaro-sakamoto commented 2 years ago

According to #27, COMP-5 cannot be used for bind variables and display no warning messages. I fix the parser so that the parser display error messages and compilation fails if COMP-5 is used for bind variables. I add a test case for COMP-5.