mirror of
https://github.com/nikita-volkov/hasql.git
synced 2024-11-26 11:57:01 +03:00
3220655db9
Addresses #149.
14 lines
268 B
Markdown
14 lines
268 B
Markdown
# 1.6.1
|
|
|
|
- Added `jsonLazyBytes` and `jsonbLazyBytes`
|
|
|
|
# 1.6
|
|
|
|
- Added position to `ServerError` (breaking change).
|
|
- Disabled failure on empty query.
|
|
|
|
# 1.5
|
|
|
|
- Added column number to `RowError` (breaking change).
|
|
- Added `MonadReader Connection` instance for Session.
|