Skip to content
Snippets Groups Projects

ENH: Allow insertion and deletion of single entities

Merged Florian Spreckelsen requested to merge f-insert into dev
All threads resolved!
4 files
+ 53
30
Compare changes
  • Side-by-side
  • Inline

Files

+ 4
1
@@ -30,6 +30,9 @@
#define CAOSDB_LOG_LEVEL_DEBUG 300
#define CAOSDB_LOG_LEVEL_TRACE 200
#define CAOSDB_LOG_LEVEL_ALL 0
#define CAOSDB_DEFAULT_LOG_LEVEL 500
#ifndef CAOSDB_DEFAULT_LOG_LEVEL
#define CAOSDB_DEFAULT_LOG_LEVEL CAOSDB_LOG_LEVEL_ERROR
#endif
#endif
Loading