mridoni / gixsql

GixSQL is an ESQL preprocessor and a series of runtime libraries to enable GnuCOBOL to access PostgreSQL, ODBC, MySQL, Oracle and SQLite databases.
GNU General Public License v3.0
16 stars 8 forks source link

support sql statement prefixes #164

Open GitMensch opened 1 year ago

GitMensch commented 1 year ago

Just stumbled over this (no migration that uses that format, but at least parsing that format (possibly just skipping those prefixes) sounds like good thing to do "somedayTM".

EXEC SQL [statementPrefix] [errorFlag[...]] SQLStatement END-EXEC

see https://www.microfocus.com/documentation/visual-cobol/vc90/DevHub/GUID-3D9612EA-7CBE-4B81-B2FA-8571C5ABD78D.html