Gix-IDE and GixSQL 1.0.8 are coming

The new versions of Gix-IDE and GixSQL are almost here, and the release is planned for the end of February, first days of March at most. This release fixes an important bug in the Linux debugger in Gix-IDE, but for the most part is heavily focused on improvements to GixSQL (thanks to Simon Sobisch for pointing out things that could - and in many cases needed - to be improved). Among the improvements:

  • New (and way neater) format for the connection string, with the possibility of passing options to the backend "drivers"
  • Multiple connections are now supported (CONNECT...AS, EXEC SQL AT...)
  • VARCHAR/VARBINARY fields are now directly supported in the COBOL source, without the need to manually define "level-49" fields. Both EXEC SQL VAR... and "SQL TYPE IS" declarations are supported
  • Improved error handling and general robustness both in the preprocessor and in the runtime library
  • Improved memory allocation
  • A source package (.tar.gz) will be made available, to be compiled on Linux with autoconf/automake, without having to download the full-blown IDE

As said above, it's almost done, I just need to finish testing, revise the packaging scripts and add/edit the documentation.