Start adding tests of the main driver. First out is testing querying for the basic types:
- TINYINT, SMALLINT, INT and LONGINT
- BOOLEAN
- CHARACTER and CHARACTER VARYING
- BIT and BIT VARYING
- TIMESTAMP (only TIMESTAMP(6) for now)
- FLOAT
- DOUBLE PRECISION
- DECIMAL
We also test NULL is handled for each type.
Full Changelog: v0.3.0...v0.4.0