mirror of
https://github.com/nikita-volkov/hasql.git
synced 2024-11-22 01:52:45 +03:00
Correct changelog
This commit is contained in:
parent
c3a83eb1bf
commit
9b151275d0
@ -9,11 +9,11 @@
|
||||
- `ResultError` constructor got renamed to `ResultCommandError`
|
||||
- `ServerError` constructor got renamed to `ServerResultError`
|
||||
- `UnexpectedResult` constructor got renamed to `UnexpectedResultError`
|
||||
- `RowResult` constructor got renamed to `RowResultError`
|
||||
- `RowError` constructor got renamed to `RowResultError`
|
||||
- `RowError` type got renamed to `ColumnError`
|
||||
- `EndOfInput` constructor got renamed to `EndOfInputColumnError`
|
||||
- `UnexpectedNull` constructor got renamed to `UnexpectedNullColumnError`
|
||||
- `ValueError` constructor got renamed to `UnexpectedNull`
|
||||
- `ValueError` constructor got renamed to `ValueColumnError`
|
||||
- New `RowError` type got created
|
||||
- `RowResult` constructor's column field go transferred into the new `RowError` type
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user