This repository has been archived on 2026-04-03. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
core/server/store
Jeffrey Smith e77ab91e17
All checks were successful
CI/CD / detect-changes (pull_request) Successful in 4s
CI/CD / test-runners (pull_request) Has been skipped
CI/CD / test-frontend (pull_request) Successful in 6s
CI/CD / test-go-pg (pull_request) Successful in 2m48s
CI/CD / test-sqlite (pull_request) Successful in 2m53s
CI/CD / build-and-deploy (pull_request) Successful in 1m42s
Fix Postgres uuid/text type mismatch in connection queries
ListAccessible, Resolve, and ResolveAll queries compare text user_id
parameter against team_members.user_id (uuid column), causing:
  pq: operator does not exist: uuid = text

Cast $N::uuid for the team_members subquery and team_id::text for the
owner_id comparison (ext_connections.owner_id is text).

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-02 12:01:56 +00:00
..
2026-03-17 22:31:34 +00:00
2026-02-28 01:40:31 +00:00
2026-03-31 23:25:37 +00:00
2026-03-31 23:25:37 +00:00