ODBC string truncation bug fix

This commit is contained in:
Aleksandar Fabijanic
2008-02-02 21:45:21 +00:00
parent 533f42bfce
commit 9dde6fb1ef
4 changed files with 28 additions and 2 deletions

View File

@@ -42,7 +42,8 @@ namespace Data {
AbstractPreparation::AbstractPreparation(Poco::UInt32 length):
_length(length)
_length(length),
_bulk(false)
{
}