mirror of
https://github.com/silverqx/TinyORM.git
synced 2026-02-05 09:50:19 -06:00
drivers revisited mapping #include-s
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
TINY_SYSTEM_HEADER
|
||||
|
||||
#include <QVariantHash>
|
||||
|
||||
#include "orm/macros/sqldrivermappings.hpp"
|
||||
#include TINY_INCLUDE_TSqlDatabase
|
||||
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
TINY_SYSTEM_HEADER
|
||||
|
||||
#include <QVariant>
|
||||
|
||||
#include "orm/macros/sqldrivermappings.hpp"
|
||||
#include TINY_INCLUDE_TSqlQuery
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#include "orm/connectors/mysqlconnector.hpp"
|
||||
|
||||
#include <QVersionNumber>
|
||||
#include "orm/macros/sqldrivermappings.hpp"
|
||||
|
||||
#include TINY_INCLUDE_TSqlQuery
|
||||
|
||||
#include "orm/constants.hpp"
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
#include "orm/connectors/postgresconnector.hpp"
|
||||
|
||||
#include "orm/macros/sqldrivermappings.hpp"
|
||||
#include TINY_INCLUDE_TSqlQuery
|
||||
|
||||
#include "orm/exceptions/queryerror.hpp"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#include "orm/connectors/sqliteconnector.hpp"
|
||||
|
||||
#include <QFile>
|
||||
#include "orm/macros/sqldrivermappings.hpp"
|
||||
|
||||
#include TINY_INCLUDE_TSqlQuery
|
||||
|
||||
#include "orm/constants.hpp"
|
||||
|
||||
@@ -4,10 +4,10 @@
|
||||
# include <QDebug>
|
||||
#endif
|
||||
#include <QVersionNumber>
|
||||
#include "orm/macros/sqldrivermappings.hpp"
|
||||
#include TINY_INCLUDE_TSqlDriver
|
||||
|
||||
#ifdef TINYORM_MYSQL_PING
|
||||
# include TINY_INCLUDE_TSqlDriver
|
||||
|
||||
# ifdef __MINGW32__
|
||||
# include <mysql/errmsg.h>
|
||||
# elif __has_include(<errmsg.h>)
|
||||
|
||||
@@ -1,8 +1,5 @@
|
||||
#include "orm/schema/schemabuilder.hpp"
|
||||
|
||||
#include "orm/macros/sqldrivermappings.hpp"
|
||||
#include TINY_INCLUDE_TSqlDriver
|
||||
|
||||
#include <range/v3/action/transform.hpp>
|
||||
#include <range/v3/algorithm/contains.hpp>
|
||||
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
#include "orm/types/sqlquery.hpp"
|
||||
|
||||
#include "orm/macros/sqldrivermappings.hpp"
|
||||
#include TINY_INCLUDE_TSqlDriver
|
||||
|
||||
#include "orm/query/grammars/grammar.hpp" // IWYU pragma: keep
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
#include "orm/utils/query.hpp"
|
||||
|
||||
#include <QDebug>
|
||||
|
||||
#include TINY_INCLUDE_TSqlDriver
|
||||
#include TINY_INCLUDE_TSqlQuery
|
||||
|
||||
|
||||
Reference in New Issue
Block a user