MySQL DateTime support, samples Linux compile

This commit is contained in:
aleks-f
2012-12-14 19:48:10 -06:00
parent 245dc64c7e
commit 2a81e59e8c
19 changed files with 6905 additions and 14 deletions

View File

@@ -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());
}
}

File diff suppressed because it is too large Load Diff