We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad2286f commit 34b7ea1Copy full SHA for 34b7ea1
exts/ext-database/src/main/kotlin/cc/unitmesh/database/provider/DatabaseFunctionProvider.kt
@@ -58,7 +58,7 @@ class DatabaseFunctionProvider : ToolchainFunctionProvider {
58
59
if (tableSchema.isEmpty()) return@mapNotNull null
60
val name = it.name.substringBeforeLast('@')
61
- "Database Schema result:\n\n```sql\n# DATABASE NAME: ${name};\n${tableSchema.joinToString("\n")}\n```\n"
+ "Database Schema result:\n\n```sql\n-- DATABASE NAME: ${name};\n${tableSchema.joinToString("\n")}\n```\n"
62
}.joinToString("\n")
63
}
64
0 commit comments