mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-28 11:31:53 +01:00
MySQL DateTime support, samples Linux compile
This commit is contained in:
@@ -294,11 +294,11 @@ public:
|
||||
poco_assert_dbg (pPreparator != 0);
|
||||
if (obj.isNull())
|
||||
{
|
||||
pPreparator->prepare(pos++, (Poco::Any&)Poco::Data::Keywords::null);
|
||||
pPreparator->prepare(pos++, Poco::Data::Keywords::null);
|
||||
}
|
||||
else
|
||||
{
|
||||
pPreparator->prepare(pos++, (T&)obj.value());
|
||||
pPreparator->prepare(pos++, obj.value());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
2113
Data/include/Poco/Data/TypeHandler.h~
Normal file
2113
Data/include/Poco/Data/TypeHandler.h~
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user