mirror of
https://github.com/zeromicro/go-zero.git
synced 2026-05-10 00:20:00 +08:00
chore: fix some minor issues in comments (#5051)
Signed-off-by: queryfast <queryfast@outlook.com>
This commit is contained in:
@@ -25,8 +25,8 @@ type (
|
||||
ResultHandler func(sql.Result, error)
|
||||
|
||||
// A BulkInserter is used to batch insert records.
|
||||
// Postgresql is not supported yet, because of the sql is formated with symbol `$`.
|
||||
// Oracle is not supported yet, because of the sql is formated with symbol `:`.
|
||||
// Postgresql is not supported yet, because of the sql is formatted with symbol `$`.
|
||||
// Oracle is not supported yet, because of the sql is formatted with symbol `:`.
|
||||
BulkInserter struct {
|
||||
executor *executors.PeriodicalExecutor
|
||||
inserter *dbInserter
|
||||
|
||||
Reference in New Issue
Block a user