You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mysql doesn't support returning clause, but the document says that // Returns [{ id: 2 } ] in "mysql", "sqlite"; . In mysql it should return [row.insertedId] and [row.affectedRows] when update.
mysql doesn't support
returning
clause, but the document says that// Returns [{ id: 2 } ] in "mysql", "sqlite";
. In mysql it should return[row.insertedId]
and[row.affectedRows]
whenupdate
.https://knexjs.org/guide/query-builder.html#returning
The text was updated successfully, but these errors were encountered: