0-based col/row, RecordSet metadata, Tuple sample

This commit is contained in:
Aleksandar Fabijanic
2007-05-16 04:17:03 +00:00
parent a768c2e791
commit 6027101fa6
20 changed files with 606 additions and 81 deletions

View File

@@ -59,7 +59,7 @@ MetaColumn::MetaColumn(std::size_t position,
_type(type),
_nullable(nullable)
{
poco_assert(position > 0);
poco_assert(position >= 0);
}