Bug Fixes:
- When executing tSQLt.ResultSetFilter, if the result set metadata contained hidden columns then those columns would be returned in the result set output. The values of those columns would be null. Hidden columns are typically present when the base tables of a result set contain primary keys or other constraints which were not selected. tSQLt.ResultSetFilter has been updated to not return the hidden columns.