Closed SigismondPhilippe closed 4 months ago
This is likely related to an issue in SurrealDB regarding datetime precision
I am seeing this bug as well. When I revert to Surrealist 1.11.8 and connect to the same db instance I can view the record as normal.
@macjuul Your comment appears correct. I can properly view an array-based record id without a timestamp, only the timestamped ones appear to break.
Using surreal-v1.4.2
Platform: Desktop OS: Ubuntu 22.04 Architecture: x86_64
This was caused by an issue in the surrealdb parser, which has been fixed in the upcoming SurrealDB 2.0 release
Describe the bug The record inspector shows a "record not found in database" message when clicking a record that has array-based record id.
To Reproduce Steps to reproduce the behavior:
CREATE a record with an array-based record id, according to the example in the doc:
Display it with no problem:
Go to the explorer, click on the table, click on the record so that the inspector shows up:
Expected behavior At step 3, it should not show an error message, but the content of the record.
Environment: