Skip to content

Insert NULL using BULK #4001

@ostropik

Description

@ostropik
std::vector< Poco::Nullable<Poco::Data::BLOB>> data;
data.push_back(Poco::Data::BLOB()); // zero size bianry data
m_stmt << "INSERT INTO VALUEXXX VALUES(?)", use(data, bulk), now;

Can't find any solution for INSERT NULL (using BULK-feature)

Metadata

Metadata

Assignees

Type

No type

Projects

Status

Done

Relationships

None yet

Development

No branches or pull requests

Issue actions