mirror of
https://github.com/silverqx/TinyORM.git
synced 2025-12-21 02:19:34 -06:00
drivers mysql added IWYU pragma
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
#ifndef ORM_DRIVERS_MYSQL_MYSQLTYPES_P_HPP
|
#ifndef ORM_DRIVERS_MYSQL_MYSQLTYPES_P_HPP
|
||||||
#define ORM_DRIVERS_MYSQL_MYSQLTYPES_P_HPP
|
#define ORM_DRIVERS_MYSQL_MYSQLTYPES_P_HPP
|
||||||
|
|
||||||
#include "orm/drivers/mysql/macros/includemysqlh_p.hpp"
|
#include "orm/drivers/mysql/macros/includemysqlh_p.hpp" // IWYU pragma: export
|
||||||
|
|
||||||
/* MySQL >=8.0.1 removed the my_bool typedef while MariaDB kept it, so it's still needed
|
/* MySQL >=8.0.1 removed the my_bool typedef while MariaDB kept it, so it's still needed
|
||||||
for MariaDB because my_bool == char and compilation fails with the bool type.
|
for MariaDB because my_bool == char and compilation fails with the bool type.
|
||||||
|
|||||||
Reference in New Issue
Block a user