1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2025-06-15 22:57:12 +02:00

Update the SQLite module to work with the modified API.

Separate the SQLite handles into their own source files.
This commit is contained in:
Sandu Liviu Catalin
2016-06-03 21:31:00 +03:00
parent e1a1ccf979
commit 4d77386b21
17 changed files with 1325 additions and 1690 deletions

View File

@ -2,8 +2,7 @@
#define _SQSQLITE_CONNECTION_HPP_
// ------------------------------------------------------------------------------------------------
#include "Common.hpp"
#include "SqAPI.h"
#include "Handle/Connection.hpp"
// ------------------------------------------------------------------------------------------------
namespace SqMod {