Rank 2: Process
When updating a database field via the inline edit method, the $updatedAt column does not get updated. Only if the row is updated by the "Update" interface (the right sidebar), the $updatedAt column gets properly updated.
Votes
1
Replies
15
Participants
5
Messages
16
Rank 2: Process
When updating a database field via the inline edit method, the $updatedAt column does not get updated. Only if the row is updated by the "Update" interface (the right sidebar), the $updatedAt column gets properly updated.
I can help! The issue is that inline edits aren't triggering the automatic $updatedAt timestamp update, while sidebar updates do.
Are you using Appwrite's built-in database, or is this a custom implementation? Also, which version are you running?
Rank 2: Process
Built-in database, Appwrite v1.8.1
I can definitely fix this for you. This is a known issue in Appwrite v1.8.1 where inline edits bypass the automatic timestamp update mechanism.
I'd be happy to help you resolve this properly. Could we discuss this privately? I can provide a solution tailored to your specific setup and ensure the $updatedAt field works consistently across all update methods.
Would you like to connect via DM to discuss the details and my availability?
I am facing similar issue. Any update on this @ddenev ?
Can we NOT redirect people to DMs for solutions?
This seems to be a big in appwrite console itself. Check if there is an issue open for it, if not open one please.
Rank 2: Process
Created a bug report: https://github.com/appwrite/appwrite/issues/11151
@ddenev @Ankit Maniya I think this got fixed on future updates.
Please, make a backup, then edit in the docker compose file the console container version to a more recent one.
Rank 2: Process
before I do that, can you please confirm that Console v7.6.13 will work with Appwrite v1.8.1? v1.8.1 is currently bundled with v7.5.7.
Can't confirm as they're not in sync with self-hosting versions, that's why I recommend trying after performing a backup different ones until finding a perfectly working one 😅
Rank 2: Process
ok, but if this was fixed, can you at least provide the bug ID so that we can confirm that it was indeed fixed and in which version, before I blindly update my instance just b/c you think it was fixed? 😉 Or better yet - link the bugfix directly to the reported issue above.
Ther's not a single issue, but I think this one is related:
https://github.com/appwrite/console/pull/2698
Maybe @user can point us better 😅
In cloud it's not happening afaik
That's why I think it was fixed
Rank 2: Process
ok, thank you very much for the help!