You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Allow decoding PostgreSQL interval as string
This commit allows decoding PostgreSQL `interval` values as strings.
Previously, there was no way to decode an interval without knowing in
advance which representation (textual or binary) it had.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## unpublished
9
9
- MySqlValueRef::format/as_bytes/as_str/as_bytes() are now public (#27)
10
+
- allow decoding postgres `interval` values as strings. Previously, there was no way to decode an interval without knowing in advance which representation (textual or binary) it had.
10
11
11
12
## 0.6.44
12
13
- Add support for mssql MONEY and SMALLMONEY types.
0 commit comments