Fokko Vos

Results 13 comments of Fokko Vos

I guess I should have checked beforehand, did not see this issue. But I had the same issue and also found a workaround. This might help you as well. ->...

it seems also to be happening for the `USE` statement. i've created a [branch](https://github.com/fokklz/surreal-bug-report-parse-error/tree/use-statement) for that as well but it's simply an additional query.

Still present in 1.5.0. The [issue](https://github.com/surrealdb/surrealdb/issues/3984#issuecomment-2102494328) with the `USE` command seems to be resolved

@LivingLimes well it's not about the cli. It's about the SDK, I linked a repo, clone and run Did not try directly using main tho. It's the published version of...

When i run it using surreal's latest install script so 1.5.0 on Windows i get the following, no matter if with or without `;` ![image](https://github.com/surrealdb/surrealdb/assets/43372026/13355518-3058-45dc-9dc3-e86ebcc13c4f) I do not have v2...

Looks like the explain part is the problem. It will explain instead of run. ![image](https://github.com/surrealdb/surrealdb/assets/43372026/614dd068-f465-482b-ac59-4f4a2f722012) works on 1.4.2

```ts import { Surreal } from 'surrealdb.node'; const db = new Surreal(); async function main() { await db.connect('ws://127.0.0.1:8000'); await db.signin({ username: 'root', password: 'root', }); await db.use({ ns: 'test', db:...

Sure, thats just the current execution context for that query, like `$parent` inside a sub-query. https://surrealdb.com/docs/surrealdb/surrealql/parameters#parent-this Don't forget to close the issue ^^

I have to thank you for this amazing app you built here