gorm/logger
iTanken 87decced23
fix: ExplainSQL using consecutive pairs of escaper in SQL string represents an escaper (#6766)
Preventing it from being interpreted as the string terminator. This is a widely used escape mechanism in SQL standards and is applicable in most relational databases.
2023-12-28 19:53:36 +08:00
..
logger.go chore(logger): optimize (#6675) 2023-11-07 10:19:41 +08:00
sql.go fix: ExplainSQL using consecutive pairs of escaper in SQL string represents an escaper (#6766) 2023-12-28 19:53:36 +08:00
sql_test.go fix: ExplainSQL using consecutive pairs of escaper in SQL string represents an escaper (#6766) 2023-12-28 19:53:36 +08:00