Rushmore Mushambi

Results 124 comments of Rushmore Mushambi

When adding such a feature, it's also best practice to give users a way to disable it. > a date-based version check for upgrades I'm not sure what your plans...

So you plan to do that by comparing the time that has elapsed since their release against our normal release cadence?

> This is during startup. We don't want async messages in output. Maybe for `surreal sql` but `surreal start` may run for a long time. I think periodic checks there...

Good idea 👍 In that case, it's unfortunate that we no longer include build metadata in tagged releases. That would have made this easier to implement. Without it, you will...

Doesn't that just give you the date the binary was built @phughk?

Web Socket connections do not currently support imports and exports. For now you need to specify an endpoint to use HTTP. Try ```bash surreal import -u root -p root --namespace...

This is already supported. Simply pass `--json` to the CLI to get JSON output.

Ah, I see what you mean! We often use CLI to refer to `surreal sql`. I thought that's what you meant. That one does have support for JSON output. Are...

Yes @spence, it is. I plan to start working on this soon.

@JMLX42 Currently the `id` field in SurrealDB can only be a `surrealdb::sql::Thing`. They serialise and deserialise as such.