Skip to content

v0.4.0

Latest
Compare
Choose a tag to compare
@tancred tancred released this 27 Mar 15:32
· 1 commit to main since this release

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