GixSQL v1.0.17 is out

This is a maintenance release for GixSQL, that fixes a few issues and adds some new features.

A summary of new features and fixes:

  • Added support for "smart" cursor initialization (#88)
  • Added support for EXECUTE prepared-statement INTO #(87)
  • Fixed a logging problem (#84)
  • Fixed "wrong generated COBOL in 1.0.16" (#83)
  • Fixed "missing "close" for spdlog?" (#82)
  • Added support for using prepared statements in cursors (#81)
  • Variable length fields indicators are now 32-bit long by default (#80)
  • Added support for using variable length fields with prepared statements (#79)
  • Added upport for using group fields in INSERT and SELECT..INTO statements (#6)
  • Added support for more connection string formats (including ocesql compatibility) (#16)
  • Added Support for DISCONNECT ALL (#89)
  • Performed some refactoring to improve code size
  • Fixed a few memory leaks

Binary and sources are available on the project page on GitHub or directly on the Releases page.