vengi/src/modules/persistence
Martin Gerhardy 1592b5e4a5 PERSISTENCE: don't free the error message
According to https://www.postgresql.org/docs/current/libpq-status.html
this is automatically done when calling PQfinish
2022-05-05 20:24:24 +02:00
..
postgres SERVER: moved configuration of libpq so into env var 2020-09-07 00:44:51 +02:00
tests PERSISTENCE: added count() support 2020-11-30 21:04:33 +01:00
BindParam.cpp DATABASETOOL: use core::String 2020-02-04 21:36:14 +01:00
BindParam.h CORE: use core::String instead of std::string and std::string_view 2020-02-02 22:22:11 +01:00
Blob.cpp PERSISTENCE: refactored the blob class a little bit 2020-01-21 11:28:11 +01:00
Blob.h PERSISTENCE: refactored the blob class a little bit 2020-01-21 11:28:11 +01:00
CMakeLists.txt CMAKE: fixed build error when building with unittests disabled 2021-11-19 23:32:37 +01:00
Connection.cpp PERSISTENCE: added connection timeout 2020-05-27 20:59:22 +02:00
Connection.h PERSISTENCE: support different ports 2020-05-27 20:53:47 +02:00
ConnectionPool.cpp BACKEND: fixed loading chunks from database 2020-05-31 11:08:20 +02:00
ConnectionPool.h ALL: use ConcurrentQueue instead of ConcurrentPriorityQueue 2021-01-21 19:15:51 +01:00
ConstraintType.h
DBCondition.cpp PERSISTENCE: fixed warning 2020-06-05 20:34:11 +02:00
DBCondition.h PERSISTENCE: doxygen 2020-06-05 19:50:18 +02:00
DBHandler.cpp PERSISTENCE: added count() support 2020-11-30 21:04:33 +01:00
DBHandler.h PERSISTENCE: added count() support 2020-11-30 21:04:33 +01:00
Field.h CORE: renamed std::enum_value to core::enumVal 2020-02-05 21:46:24 +01:00
FieldType.cpp ALL: use core::String 2020-02-02 21:48:30 +01:00
FieldType.h CORE: renamed std::enum_value to core::enumVal 2020-02-05 21:46:24 +01:00
ForwardDecl.h
ISavable.h
LongCounter.h
MassQuery.cpp
MassQuery.h
Model.cpp ALL: use core functions where possible 2020-07-25 22:01:03 +02:00
Model.h ALL: use core::String 2020-02-02 21:48:30 +01:00
Order.h
OrderBy.h PERSISTENCE: missing doxygen marker 2020-03-06 21:37:22 +01:00
PersistenceMgr.cpp
PersistenceMgr.h CORE: clang thread analyser warnings 2021-01-23 00:10:18 +01:00
SQLGenerator.cpp PERSISTENCE: added count() support 2020-11-30 21:04:33 +01:00
SQLGenerator.h PERSISTENCE: added count() support 2020-11-30 21:04:33 +01:00
ScopedConnection.cpp PERSISTENCE: fixed ConnectionPool usage 2019-11-16 13:07:19 +01:00
ScopedConnection.h PERSISTENCE: fixed ConnectionPool usage 2019-11-16 13:07:19 +01:00
ScopedTransaction.cpp
ScopedTransaction.h
State.cpp PERSISTENCE: don't free the error message 2022-05-05 20:24:24 +02:00
State.h PERSISTENCE: added count() support 2020-11-30 21:04:33 +01:00
Structs.h ALL: use core::StringHash 2020-02-05 22:22:50 +01:00
Timestamp.cpp ALL: prepare string replacement 2020-02-04 21:36:17 +01:00
Timestamp.h ALL: use core::String 2020-02-02 21:48:30 +01:00
tables.tbl