mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-29 12:18:01 +01:00
ODBC fixes and tests (Oracle, SQL Server, MySQL on Windows)
MySQL back-end compile fixes on Windows Nullable/NullType
This commit is contained in:
@@ -45,6 +45,7 @@
|
||||
#include "Poco/Data/Time.h"
|
||||
#include "Poco/Data/LOB.h"
|
||||
#include "Poco/DateTime.h"
|
||||
#include "Poco/Nullable.h"
|
||||
#include "Poco/Any.h"
|
||||
#include "Poco/Dynamic/Var.h"
|
||||
#include <vector>
|
||||
@@ -57,10 +58,7 @@ namespace Poco {
|
||||
namespace Data {
|
||||
|
||||
|
||||
enum NullData
|
||||
{
|
||||
NULL_GENERIC = 0
|
||||
};
|
||||
typedef NullType NullData;
|
||||
|
||||
|
||||
namespace Keywords {
|
||||
|
||||
Reference in New Issue
Block a user