Devon Campbell
Devon Campbell
The hope here was to copy the linked objects along with their linked properties. This attempt results in an InternalServerError instead. - EdgeDB Version: 4.4+aa576e1 - EdgeDB CLI Version: 4.0.2+500be79...
Both of these fail: ``` db> select introspect (typeof global current_user); error: QueryError: cannot introspect transient type variant ┌─ :1:20 │ 1 │ select introspect (typeof global current_user); │ ^^^^^^^^^^^^^^^^^^^^^^^^^^...
The code generator currently generates to the project root by default with the `--file` option if no path is provided. Changing the default path to `dbschema` would provide consistency with...
If you check the boolean value of a property in JavaScript (without using `e.op` or similar), the result will always be truthy since that is not the value in the...
https://discord.com/channels/841451783728529451/849374705210490900/1138946841103315008
These are already [in the readme](https://github.com/edgedb/edgedb-deno#prerequisites), but they are missing from the documentation on the web site.
### Discussed in https://github.com/edgedb/edgedb-js/discussions/742 Originally posted by **NetOpWibby** September 29, 2023 # Problem "refresh" is an reserved word in EdgeDB so the below will not work. ```ts query.data = {...
`migrate` is an example of a destructive command that doesn't currently ask for confirmation. Maybe it should, and we could offer a `--non-interactive` option so that it can still be...
We currently have REPL backslash commands for databases. We should add new commands for branches. Here are some commands that need branch analogs and my proposals for their counterparts: -...
`list databases` does seem to work on v5 instances, but people may not know to use it since we are re-training them that databases are out and branches are in....