Releases: babelouest/hoel
Releases · babelouest/hoel
Release 1.4.29
- Add option
group_by
forh_select
- cmake: split package build options in 3 (tar.gz, deb and rpm), and set all packages build to off by default
Release 1.4.28
- Improve cmake script
- cmake: remove
DownloadProject
feature, now dependencies must be previously installed
Release 1.4.27
- Add
h_build_where_clause
- Build with flag
-Wconversion
Release 1.4.26
- Minor bugfixes
Release 1.4.25
- Fix
CMAKE_MODULE_PATH
who was used as single value (for real)
Release 1.4.24
- Fix pkg-config file with absolute path for
CMAKE_INSTALL_{INCLUDE,LIB}DIR
- Fix
CMAKE_MODULE_PATH
who was used as single value
Release 1.4.23
- Add missing
pthread_mutex_lock
for MariaDB and PostgreSQL in respectiveh_last_insert_id
Release 1.4.22
- Fix
h_escape_string_mariadb
Release 1.4.21 - DEPRECATED
THIS RELEASE HAS BEEN DEPRECATED DUE TO A NASTY BUG INTRODUCED IN h_escape_string_mariadb
Please use Release 1.4.22 or a more recent version if any.
- Replace
#define h_exec_query_sqlite
with a redefinition ofh_exec_query_sqlite
as a function - Create or delete test db file for unit tests
- Small bugfixes or improvements
Release 1.4.20
- Rename
h_exec_query_sqlite
toh_execute_query_sqlite
, addh_exec_query_sqlite
that redirects toh_execute_query_sqlite
- Implement all dummy functions when a database backend is not supported