Tags give the ability to mark specific points in history as being important
-
-
3.0.0
e0868aac · ·Version 3 This version adds a date-time type to map as an integer value to the database. Currently only the system-clock is supported. Various cleanups have taken place as well.
-
2.0.0
434299d5 · ·Use update hook per table This is a breaking change, instead of a database wide update hook for a database connection, one per table is added. The ability to listen on all tables is given by the table name "*". The interface of `cqlite::Database` has changed so that instead of setting the update hook with `setUpdateHook` `addUpdateHook` is used in order to set the update hook for a single table (or all tables if "*" is given).
-
-
1.3.2
073d331a · ·Add cmake export / Add include to target - Add an export to cmake so that an appropriate config file is generated and installed. - Add the include path of the library to the target so that any target linking to that library can find the corresponding header files.
-
1.3.1
689c434c · ·Incomplete move assignment / default constructor The move assignment operator and constructor were incomplete, leading to crashes because the pointer of the "old" database was still registered in the sqlite update hook. Without a default constructor the usage of the move assignment is rather theoretical, it has been added to allow workflows with default constructed database instances.
-
-
-
1.2.3
b246d9e7 · ·Better integration as subproject Version 1.2.2 and 1.2.3 fix various issues concerning the build system in relation to the integration as a subproject. The fixes are only related to the build system and do not affect the library itself.
-
-
-
-
-