drift_postgres 1.3.1
drift_postgres: ^1.3.1 copied to clipboard
Postgres implementation and APIs for the drift database package.
1.3.1 #
- Add
toJson()method toPgDateandPgDateTime.
1.3.0 #
- Add support for array types supported by the
postgrespackage: booleans, integers, strings, floats and jsonb values. - Add bindings to the postgres
now()function.
1.2.3 #
- Fix binding
BigIntvariables.
1.2.2 #
- Fix parameter binding when NULL is provided.
1.2.1 #
- Fix
isOpenso that it properly returns false after the underlying postgres connection has been closed.
1.2.0 #
- Drift's comparable expression operators are now available for expressions
using postgres-specific
dateortimestamptypes.
1.1.0 #
- Add
PgTypes.timestampWithTimezone.
1.0.0 #
- Breaking: The interval type now expects
Intervaltypes from postgres instead ofDurationobjects. - Migrate to the stable v3 version of the
postgrespackage.
0.1.0 #
- Initial release of
drift_postgres.