Skip to content

Releases: babelouest/hoel

Release 1.4.29

14 Nov 00:17
33598d2
Compare
Choose a tag to compare
  • Add option group_by for h_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

16 Sep 21:47
f1c7be6
Compare
Choose a tag to compare
  • Improve cmake script
  • cmake: remove DownloadProject feature, now dependencies must be previously installed

Release 1.4.27

05 Jan 15:14
be59ba3
Compare
Choose a tag to compare
  • Add h_build_where_clause
  • Build with flag -Wconversion

Release 1.4.26

15 Oct 16:42
0c3d9ae
Compare
Choose a tag to compare
  • Minor bugfixes

Release 1.4.25

29 May 20:04
272d06d
Compare
Choose a tag to compare
  • Fix CMAKE_MODULE_PATH who was used as single value (for real)

Release 1.4.24

28 May 18:34
aa5419e
Compare
Choose a tag to compare
  • 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

30 Apr 02:14
cb309e7
Compare
Choose a tag to compare
  • Add missing pthread_mutex_lock for MariaDB and PostgreSQL in respective h_last_insert_id

Release 1.4.22

23 Apr 16:07
2b5fe23
Compare
Choose a tag to compare
  • Fix h_escape_string_mariadb

Release 1.4.21 - DEPRECATED

22 Apr 16:19
b1859a5
Compare
Choose a tag to compare

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 of h_exec_query_sqlite as a function
  • Create or delete test db file for unit tests
  • Small bugfixes or improvements

Release 1.4.20

26 Mar 12:24
b0ababd
Compare
Choose a tag to compare
  • Rename h_exec_query_sqlite to h_execute_query_sqlite, add h_exec_query_sqlite that redirects to h_execute_query_sqlite
  • Implement all dummy functions when a database backend is not supported