Skip to content

Commit ddce689

Browse files
authored
add support for UUID (#1009)
* update deps * Fix: Decode Postgres UUID values Also includes: - Upgrade sqlx-oldapi to 0.6.48 - Add uuid feature to sqlx fixes #1008 * Update sqlx-oldapi dependencies to 0.6.48 * also decode mssql uuid * Fix: Convert unique identifier to lowercase in test
1 parent d8106e8 commit ddce689

File tree

4 files changed

+116
-86
lines changed

4 files changed

+116
-86
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# CHANGELOG.md
22

3+
## O.37.1
4+
- fixed decoding of UUID values
5+
36
## v0.37.0
47
- We now cryptographically sign the Windows app during releases, which proves the file hasn’t been tampered with. Once the production certificate is active, Windows will show a "verified publisher" and should stop showing screens saying "This app might harm your device", "Windows protected your PC" or "Are you sure you want to run this application ?".
58
- Thanks to https://signpath.io for providing us with a windows signing certificate !

0 commit comments

Comments
 (0)