Skip to content
  • Steven Murray's avatar
    SqliteRset::next() now always updates col metadata · a3c1a047
    Steven Murray authored
    Before this commit, column metadata was only set on the first call
    to SqliteRset::next().  This was a design bug.  Column metadata can
    be different for different rows in a result set.  This is because a
    NULL column value has a corresponding SQLITE_NULL datatype.
    a3c1a047