mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-28 19:51:58 +01:00
0-based col/row, RecordSet metadata, Tuple sample
This commit is contained in:
@@ -59,7 +59,7 @@ MetaColumn::MetaColumn(std::size_t position,
|
||||
_type(type),
|
||||
_nullable(nullable)
|
||||
{
|
||||
poco_assert(position > 0);
|
||||
poco_assert(position >= 0);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user