drift/extras/drift_postgres/CHANGELOG.md

19 lines
424 B
Markdown
Raw Normal View History

## 1.2.0
- Drift's comparable expression operators are now available for expressions
using postgres-specific `date` or `timestamp` types.
2024-01-17 08:31:55 -08:00
## 1.1.0
- Add `PgTypes.timestampWithTimezone`.
2023-11-15 02:35:45 -08:00
## 1.0.0
2023-10-21 15:09:19 -07:00
2023-11-15 02:35:45 -08:00
- __Breaking__: The interval type now expects `Interval` types from postgres
instead of `Duration` objects.
2023-10-21 15:09:19 -07:00
- Migrate to the stable v3 version of the `postgres` package.
2023-10-20 03:04:14 -07:00
## 0.1.0
- Initial release of `drift_postgres`.