Skip to content

v1.0.15

Choose a tag to compare

@mridoni mridoni released this 17 May 15:53
· 494 commits to main since this release

This is a maintenance release for GixSQL, that fixes a few issues and adds some new features. Binary packages for 32-bit Windows have been added.

All the packages are signed with my GPG private key. The corresponding public key (m.ridoni@gmail.com, fingerprint 70E4 08CF B89B 5FA8 32E4 5292 EFDC 94BD 5260 B939) has been published on pgp.mit.edu and keyserver.ubuntu.com and is available at https://github.com/mridoni.gpg

Binary packages available:

  • Windows x64 (MSVC + MinGW)
  • Windows x64 (MinGW only)
  • Windows x86 (MSVC + MinGW)
  • Windows x86 (MinGW only)
  • Linux x64 (Ubuntu 20.04)

There is also a autoconf-enabled source package, to make building on Linux easier.

A summary of new features and fixes:

  • Fixed "long queries break COBOL compiler" (#8)
  • Fixed a couple of possible parser crashes
  • Fixed a regression in the solution for #7
  • Fixed "Set (more) correct error code for 'SQLSTATE FFFFF'" (#17)
  • Fixed "possibly not correct setup of SQLSTATE" (#7), for now PostgreSQL only
  • Fixed "Add support for VARYING groups" (#38)
  • Moved variable length filed storage to COMP-5 instead of binary
  • Fixed "translation defect in 1.0.12" (#1)
  • Fixed "scanner eating SECTIONs" (#36)
  • Removed unnecessary build files
  • Fixed autoconf scripts, "make distcheck" now works
  • Fixed installer script (Windows)
  • Formatting fixes