Initial database functions

This commit is contained in:
Ian Barwick
2017-04-21 15:12:33 +09:00
parent 11b7dda778
commit 001d887e8d
9 changed files with 524 additions and 23 deletions

View File

@@ -16,6 +16,8 @@
#include "errcode.h"
#include "strutil.h"
#include "config.h"
#include "dbutils.h"
#include "log.h"
#define MIN_SUPPORTED_VERSION "9.3"
#define MIN_SUPPORTED_VERSION_NUM 90300