cmake
|
Initial stuff
|
2022-09-04 14:15:31 +03:00 |
test
|
cache change bugfix, covered that case with unit tests, unittests for forcing records
|
2023-03-09 22:50:53 +03:00 |
cache.h
|
methods to bulk modify the storage, some transaction code hardening, operators to serialize std containers
|
2022-12-18 17:45:12 +03:00 |
cache.hpp
|
cache change bugfix, covered that case with unit tests, unittests for forcing records
|
2023-03-09 22:50:53 +03:00 |
CMakeLists.txt
|
methods to bulk modify the storage, some transaction code hardening, operators to serialize std containers
|
2022-12-18 17:45:12 +03:00 |
database.cpp
|
creation of the directory is no a separate method
|
2022-12-17 13:06:37 +03:00 |
database.h
|
methods to bulk modify the storage, some transaction code hardening, operators to serialize std containers
|
2022-12-18 17:45:12 +03:00 |
exceptions.cpp
|
some more primitive specializations, counting rows, dropping tables, tests
|
2022-09-17 15:31:58 +03:00 |
exceptions.h
|
some fixes to help build in nested project
|
2022-10-10 23:51:48 +03:00 |
operators.hpp
|
methods to bulk modify the storage, some transaction code hardening, operators to serialize std containers
|
2022-12-18 17:45:12 +03:00 |
serializer_double.hpp
|
some more primitive specializations, counting rows, dropping tables, tests
|
2022-09-17 15:31:58 +03:00 |
serializer_float.hpp
|
some more primitive specializations, counting rows, dropping tables, tests
|
2022-09-17 15:31:58 +03:00 |
serializer_int8.hpp
|
some more primitive specializations, counting rows, dropping tables, tests
|
2022-09-17 15:31:58 +03:00 |
serializer_int16.hpp
|
some more primitive specializations, counting rows, dropping tables, tests
|
2022-09-17 15:31:58 +03:00 |
serializer_int32.hpp
|
some more primitive specializations, counting rows, dropping tables, tests
|
2022-09-17 15:31:58 +03:00 |
serializer_int64.hpp
|
some more primitive specializations, counting rows, dropping tables, tests
|
2022-09-17 15:31:58 +03:00 |
serializer_qbytearray.hpp
|
serializer for QByteArray, method to read all records
|
2022-10-15 13:54:34 +03:00 |
serializer_qstring.hpp
|
some more primitive specializations, counting rows, dropping tables, tests
|
2022-09-17 15:31:58 +03:00 |
serializer_stdstring.hpp
|
some more primitive specializations, counting rows, dropping tables, tests
|
2022-09-17 15:31:58 +03:00 |
serializer_uint8.hpp
|
some more primitive specializations, counting rows, dropping tables, tests
|
2022-09-17 15:31:58 +03:00 |
serializer_uint16.hpp
|
some more primitive specializations, counting rows, dropping tables, tests
|
2022-09-17 15:31:58 +03:00 |
serializer_uint32.hpp
|
some more primitive specializations, counting rows, dropping tables, tests
|
2022-09-17 15:31:58 +03:00 |
serializer_uint64.hpp
|
some more primitive specializations, counting rows, dropping tables, tests
|
2022-09-17 15:31:58 +03:00 |
serializer.h
|
serializer for QByteArray, method to read all records
|
2022-10-15 13:54:34 +03:00 |
serializer.hpp
|
finally, first working prototype
|
2022-09-15 01:18:31 +03:00 |
table.cpp
|
methods to bulk modify the storage, some transaction code hardening, operators to serialize std containers
|
2022-12-18 17:45:12 +03:00 |
table.h
|
methods to bulk modify the storage, some transaction code hardening, operators to serialize std containers
|
2022-12-18 17:45:12 +03:00 |
table.hpp
|
methods to bulk modify the storage, some transaction code hardening, operators to serialize std containers
|
2022-12-18 17:45:12 +03:00 |