Skip to content

Commit

Permalink
COMMENT debug dump for parser.
Browse files Browse the repository at this point in the history
COMMENT debug dump for parser.
  • Loading branch information
karminski committed Feb 4, 2024
1 parent df3c745 commit 74f5e13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/parser/sql/escaper.go
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ func (sqlEscaper *SQLEscaper) EscapeSQLActionTemplate(sql string, args map[strin
}
c := sqlRuneList[sqlRuneSerialList[charSerial]]

fmt.Printf("[%d:%d] char: %s\n", sqlRuneSerialList[charSerial], charSerial, string(c))
// fmt.Printf("[%d:%d] char: %s\n", sqlRuneSerialList[charSerial], charSerial, string(c))
// process bracket
// '' + '{' or '{' + '{'
if c == '{' && leftBraketCounter <= 1 {
Expand Down

0 comments on commit 74f5e13

Please sign in to comment.