liusong1111
liusong1111
Summary: set keepalive=8. in on_message, sleep 2 seconds. publish message frequently, then **RECONNECTION** occurs. that's NOT expected. It seems that if always has message to work on, the PING(heartbeat) will...
### Steps to reproduce ```sql DEFINE TABLE person SCHEMAFULL; DEFINE FIELD info ON person TYPE object; CREATE person:me CONTENT {info: {hello: 123}}; ``` the last CREATE statement returns: ```json [...
### Is your feature request related to a problem? No. ### Describe the solution For example: * A person `belongs_to`(live in) a city. -- declared explicitly * A city `has_many`...
It's an amazing library I've seen. Sorry for this issue reporting because it's not a real bug but a "thank god cantata rescues me". I was looking for a "true"...
Please consider it as a bug.
I know there is `#[schemars(example = "the_module::some_func")]`, but it's too heavy to use when I just want to annotate one field's example value to a literal. Please consider it.
### 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. ###...
### Describe the bug `update tbl:id merge {}` report error says field required but found NONE. ### Steps to reproduce ``` DEFINE TABLE user SCHEMAFULL; DEFINE FIELD name ON TABLE...
### Is your feature request related to a problem? No. ### Describe the solution reference: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Destructuring_assignment ### Alternative methods No. ### SurrealDB version 2.X ### Contact Details _No response_ ###...