Skip to content

Commit

Permalink
修改标识符头尾串
Browse files Browse the repository at this point in the history
  • Loading branch information
LJW21-02 committed Jan 21, 2025
1 parent 2131541 commit 7f64eec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -836,7 +836,7 @@ public boolean storesMixedCaseQuotedIdentifiers() throws SQLException {

@Override
public String getIdentifierQuoteString() throws SQLException {
return "' or \"";
return "";
}

@Override
Expand Down

0 comments on commit 7f64eec

Please sign in to comment.