Changelog for
libKDb3-3-3.0.2-0.1.x86_64.rpm :
Sat Aug 12 14:00:00 2017 wbauerAATTtmo.at
- Update to 3.0.2:
* General
- Fix possible issue: the WHERE condition can be lost while
converting query to SQL. This can be seen in Kexi Query
Designer.
- Validate query and offer error message/description while
setting or extending WHERE conditions
- Fix WHERE conditions handling
- Make query parameters also work in COLUMNS section. Kexi
query parameters do not work in COLUMNS section, e.g. this
won\'t work (\'invalid query\' error appears): SELECT [Param].
The parameters work only in the WHERE section, e.g. SELECT
123 WHERE [Param] = 1. (kde#348473)
- Support queries such as \"SELECT FROM table WHERE condition\"
for completeness
* Buildsystem
- Add detection for PostgreSQL 10
- Improve information about recommended packages
(for drivers, python, etc.)
- Improve SQLite detection
- FindMySQL script: for Windows use \"ProgramFiles(x86)\"
environment variable to locate \"Program Files (x86)\" folder
and find MySQL/MariaDB libs there
- FindMySQL script: fix it if CMAKE_BUILD_TYPE is not
specified (Windows)
* Tests
- Fix HeadersTest for paths containing spaces
- Add tests related to query parameters to the parser test
Fri Apr 28 14:00:00 2017 wbauerAATTtmo.at
- Fix the -lang package Recommends
Tue Apr 4 14:00:00 2017 wbauerAATTtmo.at
- Update to 3.0.1.1:
* General
- Check result of closing database while testing connection
(ConnectionTestThread)
- Make it possible to set row source values for lookup column
back to empty list
- Fix setting properties for lookup column
(record source related) (kde#371958)
- Fix identifying table properties as related to lookup field
(kde#371958)
- Add safer debug for large values (internal in 3.0.1)
* PostgreSQL support
- Fix database cursors for PostgreSQL: remove use of
uninitialized variable (kde#371331)
- Fix error on repeated loading of \"fuzzystrmatch\" extension
for the PostgreSQL driver
* Buildsystem
- Make it possible to find PostgreSQL 9.6
- Improve support for Qt Translation catalogs
(use ecm_install_po_files_as_qm macro)
- Fix finding KDb config
(use ecm_configure_package_config_file macro)
- Add PROJECT_STABLE_VERSION_PATCH constant, extend logic for
PROJECT_STABLE
* constants
- Improve discovery of PostgreSQL library on Windows
- Improve searching for the MySQL driver build dependencies
- SDC: initialize all variables in from-map constructors
regardless of errors, add {} to conditions, improve spacing
- Suppress warnings about duplicated drivers if
KDB_NO_DUPLICATED_DRIVER_WARNINGS environment variable is set
- Replace KF5I18n BuildRequires with Qt5LinguistTools, that is used
now for installing the translations
Mon Jan 23 13:00:00 2017 wbauerAATTtmo.at
- Adjust the package Supplements, they were ineffective as there is
no kdb package
Wed Jan 11 13:00:00 2017 jengelhAATTinai.de
- RPM group fix
Sun Jan 8 13:00:00 2017 tittiatcokeAATTgmail.com
- Initial package based on version 3.0.0