Closed taozhi8833998 closed 1 month ago
did not open a new issue
but theres also other props in insert object, specifically on_duplicate_update which need to access
{ type: "insert", table: [ { db: "mysql", table: "my_table", as: null, }, ], columns: [ "id", "value", ], values: [ { type: "expr_list", value: [ { type: "number", value: 1, }, { type: "number", value: 1, }, ], }, ], partition: null, prefix: "into", on_duplicate_update: { keyword: "on duplicate key update", set: [ { column: "value", value: { type: "number", value: 2, }, table: null, }, ], }, }
did not open a new issue but theres also other props in insert object, specifically on_duplicate_update which need to access
{ type: "insert", table: [ { db: "mysql", table: "my_table", as: null, }, ], columns: [ "id", "value", ], values: [ { type: "expr_list", value: [ { type: "number", value: 1, }, { type: "number", value: 1, }, ], }, ], partition: null, prefix: "into", on_duplicate_update: { keyword: "on duplicate key update", set: [ { column: "value", value: { type: "number", value: 2, }, table: null, }, ], }, }
added it.
thanks. when can we expect the changes be published?
thanks. when can we expect the changes be published?
The new version has been published.