mirror of
https://github.com/mangosfour/server.git
synced 2025-12-18 19:37:01 +00:00
[7711] Removed Sqlite Code.
This commit is contained in:
parent
ecb5a0328a
commit
4a32920b9d
15 changed files with 3 additions and 1176 deletions
|
|
@ -37,10 +37,8 @@ typedef DatabasePostgre DatabaseType;
|
|||
#define _OFFSET_ "LIMIT 1 OFFSET %d"
|
||||
#else
|
||||
#include "Database/QueryResultMysql.h"
|
||||
#include "Database/QueryResultSqlite.h"
|
||||
#include "Database/Database.h"
|
||||
#include "Database/DatabaseMysql.h"
|
||||
#include "Database/DatabaseSqlite.h"
|
||||
typedef DatabaseMysql DatabaseType;
|
||||
#define _LIKE_ "LIKE"
|
||||
#define _TABLE_SIM_ "`"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue