plugins-workspace icon indicating copy to clipboard operation
plugins-workspace copied to clipboard

added uuid type in postgres decoder

Open KauanCurbani opened this issue 1 year ago • 1 comments

fixes #1126

added UUID type in postgres decoder

KauanCurbani avatar May 27 '24 18:05 KauanCurbani

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?

FabianLars avatar Jun 17 '24 16:06 FabianLars

sorry for the delay

KauanCurbani avatar Sep 06 '24 20:09 KauanCurbani

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

github-actions[bot] avatar Sep 09 '24 15:09 github-actions[bot]

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()

glib-0 avatar Nov 12 '24 17:11 glib-0

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.

FabianLars avatar Nov 12 '24 17:11 FabianLars