More Data Results

A couple of new features supported by PocoData:

  • multiple resultsets (for batches of statements and stored procedures/functions returning cursors)
  • step – variable number of fetched rows
  • Date and Time binding/extraction (in addition to DateTime)

The step feature only works for connectors that support it (e.g. ODBC), otherwise it is silently ignored (e.g. SQLite).
Date and Time were broken down because they are handled separately in ODBC. DateTime remains valid binding/extraction for timestamp fields.

All is properly documented