Open
Description
Describe the bug
https://surrealdb.com/docs/surrealdb/integration/rpc#live-
RFC-6902 does not contain "change" patches.
12-12-2024 (21:39:05.971) [SDB]: 🔍 {
result: {
action: "UPDATE",
id: "cd80a055-cbde-47f0-b581-959b443b1481",
record: "category:f46wmdv0vqy0f50d7bqb",
result: [
{
op: "change",
path: "/title",
value: "@@ -1,7 +1,7 @@\n-ABC %D0%90%D0%91%D0%A1\n+%D0%90%D0%91%D0%A1 ABC\n"
}
]
}
}
Steps to reproduce
- Use the RPC protocol
- Subscribe to any table
- Change some string field in the record
Expected behaviour
Implementaion RFC-6902
https://datatracker.ietf.org/doc/html/rfc6902
SurrealDB version
surrealdb-2.1.2
Contact Details
Is there an existing issue for this?
- I have searched the existing issues
Code of Conduct
- I agree to follow this project's Code of Conduct
Activity