Releases: babelouest/hoel
Releases · babelouest/hoel
Release 1.4.19
- Use
o_strlen
instead ofstrlen
Release 1.4.18
- Remove Travis CI tests
Release 1.4.17
- Code cleaning
- Increase dependencies version required
Release 1.4.16
- Use stdbool instead of
my_bool
which is deprecated - Uppdate package dependencies in cmake script
Release 1.4.15
- Fix memory leak
- Update doc
Release 1.4.14
- Fix yet another set of bugs in the PostgreSQL backend
- Add multi-backend test suite
Release 1.4.13
- Fix build when databases are disabled
- Fix ldconfig command in Makefile
- Add doxygen documentation
Release 1.4.12
- Update SQlite
sqlite3_open_v2
optparameters to addSQLITE_OPEN_FULLMUTEX
flag
Release 1.4.11
- Add
h_escape_string_with_quotes
to help using escape strings with PostgreSQL - Add mutex in pgsql connection because libpq isn't thread safe, like libmysql...
- Change struct _h_type_int value type from int to long long int (fixes #15)
Release 1.4.10
- Fix mysql package name dependency when build deb package