Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit e30ede5

Browse files
author
杨利兵
committed
修改mssql问题
1 parent 9f54fbf commit e30ede5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/main/java/com/yanglb/codegen/core/translator/impl/DmlTranslatorImpl.java‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ protected void onBeforeTranslate() throws CodeGenException {
5050
break;
5151
case "mssql":
5252
sqlColumnStart = "[";
53-
sqlColumnEnd = "[";
53+
sqlColumnEnd = "]";
5454
break;
5555
case "sqlite":
5656
sqlColumnStart = "\"";

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /