Bug: `SELECT * FROM <number> true` has stopped working
Author: AlexFridCreated Nov 29, 2023Updated Sep 16, 2026
Labelstopic:typing
Describe the bug
This example from the docs doesn't work anymore
SELECT * FROM <number> true
it instead gives this error
Expected a number but cannot convert true into a number
Steps to reproduce
SELECT * FROM <number> true
Expected behaviour
Same output as what the docs say: "1"
SurrealDB version
1.0.0+20230913.54aedcd for macos on aarch64
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
Source: surrealdb/surrealdb