Npgsql Support for (more) Arrays
JordanMarr
released this
16 Nov 19:00
·
305 commits
to main
since this release
SqlHydra.Npgsql v1.0.5 adds adds support for arrays for the remaining PostgreSQL primitive data types, including:
- boolean
- smallint
- integer
- bigint
- real
- double precision
- numeric
- money
- text
- bit(1)
- date
- date without timezone
- timestamp with time zone
- time with time zone