Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(query_results): add support for more column types (#41)
This commit adds support for several column types in the `query_results` module. These include Boolean, Inet, Double, SmallInt, and TinyInt. For other column types like BigInt, Decimal, Duration, etc., placeholder messages have been added indicating that they are not supported yet. Signed-off-by: Daniel Boll <[email protected]>
- Loading branch information