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
It uses db/save from joy/db.janet which uses db/insert with ON CONFLICT UPDATE clause. But the column updated_at is only updated with db/update.
I personally don't think that the column updated_at even deserves to stay alive so it is not a problem for me, just reporting a thing that doesn't seem to work.
The text was updated successfully, but these errors were encountered:
When creating a standard controller with
joy create controller
, the "patch" looks like this:It uses
db/save
from joy/db.janet which usesdb/insert
with ON CONFLICT UPDATE clause. But the columnupdated_at
is only updated withdb/update
.I personally don't think that the column
updated_at
even deserves to stay alive so it is not a problem for me, just reporting a thing that doesn't seem to work.The text was updated successfully, but these errors were encountered: