Skip to content

Fixes uuid columns returning null in postgres query results (#2039)#3144

Merged
FabianLars merged 5 commits intotauri-apps:v2from
itsmadhusudhan:v2
Jan 19, 2026
Merged

Fixes uuid columns returning null in postgres query results (#2039)#3144
FabianLars merged 5 commits intotauri-apps:v2from
itsmadhusudhan:v2

Conversation

@itsmadhusudhan
Copy link
Contributor

When querying postgres db all the uuid columns were returning null.

This occurred because the UUID type was grouped with string types (CHAR, VARCHAR, TEXT, NAME) and attempted to decode as String instead of the proper uuid::Uuid type.

This PR adds support to return uuid columns by splitting UUID case from string types match arm.

@github-actions
Copy link
Contributor

github-actions bot commented Dec 5, 2025

Package Changes Through d4cd392

There are 4 changes which include sql with patch, sql-js with patch, updater with minor, updater-js with minor

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.40 2.0.41
api-example-js 2.0.36 2.0.37
sql 2.3.1 2.3.2
sql-js 2.3.1 2.3.2
updater 2.9.0 2.10.0
updater-js 2.9.0 2.10.0

Add another change file through the GitHub UI by following this link.


Read about change files or the docs at github.com/jbolda/covector

Copy link
Member

@FabianLars FabianLars left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks for the pr! could you please also add a small changefile? (look in the .changes dir for examples)

@FabianLars FabianLars merged commit 2dc3f3f into tauri-apps:v2 Jan 19, 2026
147 checks passed
mrquantumoff pushed a commit to mrquantumoff/plugins-workspace that referenced this pull request Jan 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants