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

add support for level 78 fields as input for bind variables #118

Open GitMensch opened 2 years ago

GitMensch commented 2 years ago

It would be nice to intercept the 78s and display an error if they are (erronously) used as result parameters. I had a look at it but this requires modifying some sensitive stuff where the field tree is built (i.e. gix_esql_driver::cb_build_field_tree).

Originally posted by @mridoni in https://github.com/mridoni/gixsql/issues/88#issuecomment-1230462412