Closed GitMensch closed 2 years ago
I stumbled into this while I was working on the (misguided) attempt to solve the VARCHAR2 issue. As a quick fix, the following two patches might/should solve the issue.
This does preprocess now (changing the gix_esql_parser.cc additional, as there's not a recent enough bison available on that machine) - can't actually test if it is working now, maybe next week.
solved with 1.0.18.dev1
While previous versions could compile this source, 1.017 can't. The offending part seems to be the
VARYING
definition.The problem is at frame 2:
in line 1849
main_module_driver.field_map[f_actual_name]
does not provide a return andgethostvarianttype()
in the next line reasonably expects a non-null parameter.and gixpp is currently adding a token
variable is defined and referenced as: