Overview

Request 869601 accepted

- Update to 3.2.2. Changes since 3.1:
* Fix: Removed Thread.h from the API.
* New: C++17 support via zdbpp.h which is distributed with libzdb
for more idiomatic use of libzdb from C++.
* New: Support prefetch rows for MySQL and Oracle. Either
programatically via Connection_setFetchSize() or via
ResultSet_setFetchSize() or via a new global 'fetch-size'
URL option.
* New: MySQL 5.7 and later. Added session query timeout accessible via
Connection_setQueryTimeout()
* New: MySQL 8. Added a new URL option 'auth-plugin' which specify
the authentication plugin to use when connecting to a MySQL server.
* New: Oracle: Added a new URL option 'sysdba' for connecting with
sysdba privileges.
* Fixed: Revert previous fix and remove last SQL terminator character ';' in
statements, except if preceded with END; to allow for ending a pl/sql block.
* Fixed: Oracle: Set SQL null value in prepared statement
* Fixed: Oracle: Handle date/time literal values

Loading...

Christian Wittmer's avatar

is it possible to fix build for SLE_12_SP5 ?


Christophe Giboudeaux's avatar

I tried (quickly) to use gcc 5 on sle12 but it failed at the configure stage.


Adam Majer's avatar

I think this package can't really be used in SLE12 as we don't have the required GCC features that are needed. So any fixes should probably come via backports. But this shouldn't block the devel project from advancing.


Request History
Christophe Giboudeaux's avatar

cgiboudeaux created request

- Update to 3.2.2. Changes since 3.1:
* Fix: Removed Thread.h from the API.
* New: C++17 support via zdbpp.h which is distributed with libzdb
for more idiomatic use of libzdb from C++.
* New: Support prefetch rows for MySQL and Oracle. Either
programatically via Connection_setFetchSize() or via
ResultSet_setFetchSize() or via a new global 'fetch-size'
URL option.
* New: MySQL 5.7 and later. Added session query timeout accessible via
Connection_setQueryTimeout()
* New: MySQL 8. Added a new URL option 'auth-plugin' which specify
the authentication plugin to use when connecting to a MySQL server.
* New: Oracle: Added a new URL option 'sysdba' for connecting with
sysdba privileges.
* Fixed: Revert previous fix and remove last SQL terminator character ';' in
statements, except if preceded with END; to allow for ending a pl/sql block.
* Fixed: Oracle: Set SQL null value in prepared statement
* Fixed: Oracle: Handle date/time literal values


Dirk Mueller's avatar

dirkmueller accepted request

openSUSE Build Service is sponsored by