Skip to content

Commit 41c651b

Browse files
authored
Update CreateTableMixin.kt - CreateTableElementType (#691)
* Update CreateTableMixin.kt Open class for visibility in dialects * Update CHANGELOG.md
1 parent 95466b4 commit 41c651b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Unreleased
44

5-
- Nothing yet!
5+
- Change visibility on CreateTableElementType https://github.com/sqldelight/sql-psi/pull/691
66

77

88
## [0.6.0] - 2025-08-08

core/src/main/kotlin/com/alecstrong/sql/psi/core/psi/mixins/CreateTableMixin.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ internal abstract class CreateTableMixin private constructor(
264264
}
265265
}
266266

267-
internal class CreateTableElementType(
267+
open class CreateTableElementType(
268268
name: String,
269269
) : SqlSchemaContributorElementType<TableElement>(name, TableElement::class.java) {
270270
override fun nameType() = SqlTypes.TABLE_NAME

0 commit comments

Comments
 (0)