Skip to content

Releases: ibarwick/libfq

libfq 0.6.1 release

11 May 02:11
Compare
Choose a tag to compare

libfq 0.6.1 has been released with following changes:

  • Install libfq-version.h.
  • Fix log level name parsing.
  • Improve FLOAT/DOUBLE PRECISION output formatting.

Full release notes: Release 0.6.1.

libfq 0.6.0 release

06 May 02:46
Compare
Choose a tag to compare

libfq 0.6.0 has been released with following changes:

  • support for columns defined with CHARACTER SET OCTETS
  • support for INT128 datatype (Firebird 4 and later)
  • support TIME WITH TIME ZONE and TIMESTAMP WITH TIME ZONE datatypes (Firebird 4 and later)
  • improve FLOAT and DOUBLE PRECISION output
  • add constant FBCONN_MAX_PARAMS
  • improve control over log output
  • fix for formatting issue with negative DECIMAL/NUMERIC values

Online libfq documentation is available here: https://libfq.sql-info.de/

libfq 0.5.1 release

27 Apr 01:31
Compare
Choose a tag to compare

libfq 0.5.1 has been released with following changes:

  • Tighten up tuple row/column bounds checking
  • Fixes for character set/encoding handling
  • Miscellaneous code cleanup

Online libfq documentation is available here: https://libfq.sql-info.de/

libfq 0.5.0 release

28 Dec 03:02
Compare
Choose a tag to compare

libfq 0.5.0 has been released with following changes:

  • new functions FQprepare() and FQexecPrepared()
  • handles errors encountered when executing isc_dsql_fetch()
  • ensures FBconn objects are initialized correctly

Online libfq documentation is available here: https://libfq.sql-info.de/

libfq release 0.4.3

20 Feb 05:51
Compare
Choose a tag to compare

libfq 0.4.3 has been released with following changes:

  • fix for NULL value handling in FQexecParams()

This is a maintenance release which does not introduce any new features.

Online libfq documentation is available here: https://libfq.sql-info.de/

libfq release 0.4.2

17 Oct 06:44
Compare
Choose a tag to compare

libfq 0.4.2 has been released with following changes:

  • configure option --with-fbclient added
  • output of FQexplainStatement() fixed

This is a maintenance release which does not introduce any new features.

Online libfq documentation is available here: https://libfq.sql-info.de/

libfq release 0.4.1

31 May 10:37
Compare
Choose a tag to compare

libfq 0.4.1 has been released with following changes:

  • several potential resource leaks fixed
  • general code tidy up

This is a maintenance release which does not introduce any new features.

libfq release 0.4.0

09 Nov 04:04
Compare
Choose a tag to compare

libfq 0.4.0 has been released with following changes:

  • support BOOLEAN datatype (Firebird 3 and later)
  • store table name in result header information

RPMs are available here:
https://copr.fedorainfracloud.org/coprs/ibarwick/libfq/

libfq release 0.3.0

28 Sep 09:05
Compare
Choose a tag to compare

libfq 0.3.0 has been released with following changes:

  • refactor FQexecParams() result handling
  • improve error message handling
  • clean up memory handling
  • add initial support for retrieving text BLOBs

RPMs are available here:
https://copr.fedorainfracloud.org/coprs/ibarwick/libfq/