Skip to content

Commit 8df51a9

Browse files
update comment
1 parent 7e26818 commit 8df51a9

File tree

1 file changed

+1
-1
lines changed
  • ktorm-support-mysql/src/main/kotlin/org/ktorm/support/mysql

1 file changed

+1
-1
lines changed

ktorm-support-mysql/src/main/kotlin/org/ktorm/support/mysql/BulkInsert.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ public fun <T : BaseTable<*>> Database.bulkInsert(
134134
* ```sql
135135
* insert into t_employee (id, name, job, salary, hire_date, department_id)
136136
* values (?, ?, ?, ?, ?, ?), (?, ?, ?, ?, ?, ?)
137-
* on duplicate key update salary = t_employee.salary + ?
137+
* on duplicate key update salary = salary + ?
138138
* ```
139139
*
140140
* @since 3.3.0

0 commit comments

Comments
 (0)