-
This features exists in bossy::Command here: https://docs.rs/bossy/latest/bossy/struct.Command.html#method.with_args
It is quite useful, allowing you to write this:
```rust
let kill_cmd = session…
-
### Describe the bug
When using the Change method, I get this error message from surrealdb:
`sending request failed for method 'change': Method not found`
I am using surreal version 1.3.1
I s…
-
### Describe the bug
Upgraded my build to `2.1.0` and ran some tests for read and writes. Seems like writes are working as expected but reads are not longer working with TiKV backend.
```bash
[su…
-
Is there any intention to support this in the browser via Origin Private File System?
To me, one of the key strengths of Surreal is the ability to run it anywhere. Hopefully that persists with Surrea…
-
### Describe the bug
This error happens when database size exceeds ~20mb.
The Rust client fails to connect to Surrealdb and crashes the api on my local environment.
I'm running Surrealdb on Docker …
-
### Describe the bug
If I run:
```
surreal start --allow-funcs file:/db
```
I want start surreal with file storage allowing all funcs, but surreal starts with memory storage.
### Steps to repro…
-
### Describe the bug
Handing of the single connection dies when you send a `Date` that is not a valid date, probably error handling in CBOR decoding(surreal server side)/encoding(surrealdb.js client …
-
### Describe the bug
Using Surreal 2.1.2 and the Rust SDK:
I have Record ID's in the following format:
`person:[["1234", 123], "A"]`
I can assign these using the `query` method in Rust and usi…
-
### Describe the bug
When trying to use SurrealDB in a FastAPI project, whenever I get concurrent requests that hit the database, the application raises the following exception:
```
RuntimeError:…
-
### Describe the bug
In Rust SDK When I tried to parse the query result with `serde_json::Value` it give me `Db(Serialization("invalid type: enum, expected any
valid JSON value"))`
But It only…