Skip to content

Commit c36fdc4

Browse files
committed
fix bug in SQL formatting on MySQL
1 parent 784bc34 commit c36fdc4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hibernate-core/src/main/java/org/hibernate/engine/jdbc/internal/BasicFormatterImpl.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ public String perform() {
7575
switch (lcToken) {
7676

7777
case "'":
78+
case "`":
7879
case "\"":
7980
String t;
8081
do {

0 commit comments

Comments
 (0)