- Improved thread safety: all query are now mutex protected, and the mutex won't be released until the transaction is over.
- Use TEXT in place of VARCHAR for alert.assessment.impact.description (fix #265).
- [preludedb-admin] Make it possible to specify an offset with no limit.
- [mysql] Prevent MySQL session from timing out after 8 hours of inactivity.
- [pgsql] Fix PostgreSQL warning when inserting binary data.
- [preludedb-admin] Fix a problem handling the offset option with the load command.
- [preludedb-admin] Fix possible wraparound in statistics computation code.
- Allow Python threads to run while executing libpreludedb C function.
Loading...