Part of the English translation work, and some typos in the original project were corrected.

This commit is contained in:
Suyue
2024-02-29 22:55:03 +08:00
parent 7399955384
commit 064d15bd5a
278 changed files with 1978 additions and 1966 deletions

View File

@ -77,7 +77,7 @@ public class SqlServerMetaData extends DefaultMetaService implements MetaData {
SQLExecutor.getInstance().execute(connection, functionSQL.replace("tableSchema", schemaName),
resultSet -> null);
} catch (Exception e) {
//log.error("创建函数失败", e);
//log.error("Failed to create function", e);
}
String ddlSql = "SELECT " + schemaName + ".ufn_GetCreateTableScript('" + schemaName + "', '" + tableName