Skip to content
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

bugfix: fix table name #6255

Merged
merged 1 commit into from Mar 26, 2024
Merged

bugfix: fix table name #6255

merged 1 commit into from Mar 26, 2024

Conversation

kasiaMarek
Copy link
Contributor

fixes: #6250

@@ -230,7 +230,7 @@ final class JarTopLevels(conn: () => Connection) {
val statement1 = conn().prepareStatement("truncate table toplevel_symbol")
statement1.execute()
val statement2 =
conn().prepareStatement("truncate table type_hierarchy_jar")
conn().prepareStatement("truncate table type_hierarchy")
Copy link
Contributor

Choose a reason for hiding this comment

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

Ideally, we would have those table names described in one place, but that can be a follow up

@kasiaMarek kasiaMarek merged commit 94668e8 into scalameta:main Mar 26, 2024
25 of 26 checks 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.

org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "TYPE_HIERARCHY_JAR" not found
2 participants