hasql/CHANGELOG.md

14 lines
268 B
Markdown
Raw Normal View History

# 1.6.1
- Added `jsonLazyBytes` and `jsonbLazyBytes`
2022-07-20 22:47:12 +03:00
# 1.6
- Added position to `ServerError` (breaking change).
2022-07-20 22:56:43 +03:00
- Disabled failure on empty query.
2022-07-20 22:47:12 +03:00
2022-01-03 16:36:39 +03:00
# 1.5
- Added column number to `RowError` (breaking change).
- Added `MonadReader Connection` instance for Session.