Releases: ibarwick/libfq
libfq 0.6.1 release
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
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
andTIMESTAMP WITH TIME ZONE
datatypes (Firebird 4 and later) - improve
FLOAT
andDOUBLE 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
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
libfq 0.5.0 has been released with following changes:
- new functions
FQprepare()
andFQexecPrepared()
- 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
libfq 0.4.3 has been released with following changes:
- fix for
NULL
value handling inFQexecParams()
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
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
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
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
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/