mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-26 22:37:45 +00:00
commit
3abd2eec6b
5 changed files with 7 additions and 1 deletions
1
deps/mysqlConnector/Connection.cpp
vendored
1
deps/mysqlConnector/Connection.cpp
vendored
|
@ -4,6 +4,7 @@
|
||||||
#include "PreparedStatement.h"
|
#include "PreparedStatement.h"
|
||||||
#include <mysql.h>
|
#include <mysql.h>
|
||||||
|
|
||||||
|
#include <stdexcept>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
Mysql::Connection::Connection( std::shared_ptr< MySqlBase > pBase,
|
Mysql::Connection::Connection( std::shared_ptr< MySqlBase > pBase,
|
||||||
|
|
1
deps/mysqlConnector/Connection.h
vendored
1
deps/mysqlConnector/Connection.h
vendored
|
@ -3,6 +3,7 @@
|
||||||
|
|
||||||
#include <memory>
|
#include <memory>
|
||||||
#include <map>
|
#include <map>
|
||||||
|
#include <string>
|
||||||
#include "MysqlCommon.h"
|
#include "MysqlCommon.h"
|
||||||
|
|
||||||
typedef struct st_mysql MYSQL;
|
typedef struct st_mysql MYSQL;
|
||||||
|
|
|
@ -3,7 +3,8 @@
|
||||||
|
|
||||||
#include <map>
|
#include <map>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <string.h>
|
#include <string.h> // ?
|
||||||
|
#include <string>
|
||||||
|
|
||||||
namespace Sapphire::Api
|
namespace Sapphire::Api
|
||||||
{
|
{
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
#ifndef SAPPHIRE_DBCOMMON_H
|
#ifndef SAPPHIRE_DBCOMMON_H
|
||||||
#define SAPPHIRE_DBCOMMON_H
|
#define SAPPHIRE_DBCOMMON_H
|
||||||
|
|
||||||
|
#include <string>
|
||||||
|
|
||||||
namespace Sapphire::Db
|
namespace Sapphire::Db
|
||||||
{
|
{
|
||||||
struct ConnectionInfo
|
struct ConnectionInfo
|
||||||
|
|
|
@ -3,6 +3,7 @@
|
||||||
|
|
||||||
#include <Common.h>
|
#include <Common.h>
|
||||||
#include <set>
|
#include <set>
|
||||||
|
#include <string>
|
||||||
|
|
||||||
namespace Sapphire
|
namespace Sapphire
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue