Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
joc-a committed Sep 29, 2023
1 parent c955b7c commit 8d84140
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -633,6 +633,7 @@ class CreateTableTests : DatabaseTestsBase() {

@Test
fun `create table with dot in name without creating schema beforehand`() {
// Oracle is temporarily excluded because of a mysterious error
withDb(excludeSettings = listOf(TestDB.ORACLE)) {
val q = db.identifierManager.quoteString
val tableName = "${q}SomeNamespace.SomeTable$q"
Expand Down

0 comments on commit 8d84140

Please sign in to comment.