added uuid type in postgres decoder
fixes #1126
added UUID type in postgres decoder
Thanks for the PR and sorry for the delay, could you also add a changefile similar to https://raw.githubusercontent.com/tauri-apps/plugins-workspace/v2/.changes/sql-column-order.md please?
sorry for the delay
Package Changes Through 8e569a1b9a20b9a63903e5a80c3a3c2a8bfb38b1
There are 2 changes which include notification with prerelease, sql with prerelease
Planned Package Versions
The following package releases are the planned based on the context of changes in this pull request.
| package | current | next |
|---|---|---|
| api-example | 2.0.0-rc.4 | 2.0.0-rc.5 |
| notification | 2.0.0-rc.3 | 2.0.0-rc.4 |
| sql | 2.0.0-rc.1 | 2.0.0-rc.2 |
Add another change file through the GitHub UI by following this link.
Read about change files or the docs at github.com/jbolda/covector
I think there's something wrong with this...at least I don't think I'm doing anything wrong? Using PostgreSQL 16, sql plugin 2.0.2. It's nothing complicated - literally just await db?.select("SELECT * FROM <table> WHERE <column>='<string>'"). The record I want returns fine, but uuid columns are all always null, as though it's tripping up here at the try_decode()
Can you open a new issue with the output of tauri info please?
I never tested this pr so i won't deny your claims.