surrealdb / docs.surrealdb.com

The documentation for SurrealDB, powered by Docusaurus
https://surrealdb.com/docs/
70 stars 112 forks source link

Documentation: Invalid CHANGEFEED query in examples #680

Open Xkonti opened 1 month ago

Xkonti commented 1 month ago

Description

In the SurrealQL -> DEFINE TABLE -> Using CHANGEFEED clause there is an embedded Surrealist instance. The query 5:

SHOW CHANGES FOR TABLE reading SINCE "2023-09-07T01:23:52Z" LIMIT 10;

returns an error:

'Internal database error: no versionstamp associated to this timestamp exists yet'

Is there an existing issue for this?

Code of Conduct

Xkonti commented 1 month ago

I just learned that this is due to SINCE being set to a date that points to before the changefeed was enabled on the database.