I am having trouble on newer versions of Red Hat such as Fedora 31 and Centos 8
Queries work without problems, but updates cause a Segmentation fault (core dumped).
I have tried this on Fedora 31 and Centos 8 and got the same results. I have tried with ooRexx 4.2 and ooRexx 5 betas.
This same code runs fine on Centos 7 with both ooRexx 4.2 and beta 5 versions.
It also runs fine on Win64 with ooRexx 4.2 and 5 beta versions.
I have tried several compile options on both Fedora 31 and Centos 8.
Most options compile and install without problems and give me the same results.
Below is a sample configure script which usually compiles and installs with no problems.
../configure --prefix=/usr --with-rexx=oorexx --with-db=unixodbc --enable-64bit
I am also attaching the sqltest.rex script. As stated above, everything works on Centos 7 and Windows 10 64 bit with both 4.2 and beta 5 versions of ooRexx