-
- Downloads
SqliteRset::next() now always updates col metadata
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.
Please register or sign in to comment