Skip to content

Update PostgreSqlTypeResolver.kt - change arrayIntermediateType visibility to public #5835

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

griffio
Copy link
Collaborator

@griffio griffio commented Jul 15, 2025

Allow arrayIntermediateType, isArrayType to be accessed by PostgreSql Modules
Array types can be returned from functions (work around is to wrap with UNNEST)
e.g https://github.com/griffio/sqldelight-pgroonga-module-app - pgroonga_query_extract_keywords -> text[]


  • CHANGELOG.md's "Unreleased" section has been updated, if applicable.

@griffio griffio marked this pull request as ready for review July 15, 2025 17:14
@griffio griffio force-pushed the change-visibility-on-array-intermediate-type branch from 6c4b374 to a9583f4 Compare July 20, 2025 18:33
@griffio griffio force-pushed the change-visibility-on-array-intermediate-type branch from a9583f4 to 5ef24c7 Compare August 1, 2025 07:52
Arrays can be used in Modules
Allow arrayIntermediateType to be accessed by PostgreSql Modules
Make isArrayType public
@griffio griffio force-pushed the change-visibility-on-array-intermediate-type branch from 5ef24c7 to ab45adc Compare August 11, 2025 10:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant