Skip to content

Change visibility for inheritance #683

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

Conversation

griffio
Copy link
Contributor

@griffio griffio commented May 29, 2025

( supports sqldelight/sqldelight#5772 )

This allows SqlDelight PostgreSql dialect to have access for new indexing element types
Please add the class app.cash.sqldelight.dialects.postgresql.grammar.mixins.CreateIndexElementType with external ID sqldelight.null containing stub element type constants to "stubElementTypeHolder" extension.

Similar to Sqlite 3.18 dialect uses AlterTableElementType

  • Change visibility to allow inheritance from SqlDelight
  • Fix nameType to INDEX from TABLE - this was originally incorrect copy/pasta mistake ?

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

@griffio griffio marked this pull request as ready for review May 29, 2025 10:56
@griffio griffio force-pushed the change-class-visibilty-for-sqldelight-inheritance-use branch from 19ca1ff to 018baf9 Compare June 19, 2025 10:31
griffio added 2 commits June 24, 2025 18:07
This is for SqlDelight to allow PostgreSql dialect to have access for indexing element types

Fix nameType to INDEX from TABLE - this is likely incorrect
@griffio griffio force-pushed the change-class-visibilty-for-sqldelight-inheritance-use branch from 018baf9 to b9f259d Compare June 24, 2025 17:08
@griffio
Copy link
Contributor Author

griffio commented Jun 24, 2025

I don't have permission to merge

@JakeWharton JakeWharton merged commit db8b992 into sqldelight:master Jun 24, 2025
1 check passed
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