Skip to content

Commit 34b7ea1

Browse files
committed
fix(DatabaseFunctionProvider): update comment style in schema result
1 parent ad2286f commit 34b7ea1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exts/ext-database/src/main/kotlin/cc/unitmesh/database/provider/DatabaseFunctionProvider.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ class DatabaseFunctionProvider : ToolchainFunctionProvider {
5858

5959
if (tableSchema.isEmpty()) return@mapNotNull null
6060
val name = it.name.substringBeforeLast('@')
61-
"Database Schema result:\n\n```sql\n# DATABASE NAME: ${name};\n${tableSchema.joinToString("\n")}\n```\n"
61+
"Database Schema result:\n\n```sql\n-- DATABASE NAME: ${name};\n${tableSchema.joinToString("\n")}\n```\n"
6262
}.joinToString("\n")
6363
}
6464

0 commit comments

Comments
 (0)