mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-30 13:47:10 +01:00
ODBC string truncation bug fix
This commit is contained in:
@@ -42,7 +42,8 @@ namespace Data {
|
||||
|
||||
|
||||
AbstractPreparation::AbstractPreparation(Poco::UInt32 length):
|
||||
_length(length)
|
||||
_length(length),
|
||||
_bulk(false)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user