-
**Code**
The code causing the error.
```typescript
import * as edgedb from "edgedb";
import e from "../dbschema/edgeql-js";
const client = edgedb.createClient();
async function main() {
…
-
- EdgeDB Version: 3.0-rc.1+23c3462 (also tested on nightly 4.0-dev.7515+6f86d18)
- EdgeDB CLI Version: 3.1.0-dev.998+d16f478
- OS Version: macOS 13.3.1 (22E261)
Steps to Reproduce:
Thi…
-
Currently global variables are passed as their own special `globals` field. This is a non-standard field and it gets in the way of existing frameworks and libraries.
An alternative to that would be…
-
Seems like the new `ext::auth` added support for secret fields, which do not work in the UI?
![Screenshot 2023-11-02 220417](https://github.com/edgedb/edgedb-ui/assets/38855190/94ed57c2-1f1e-4aec-…
-
Hello!
suppose I want to extend edgedb without having to include a new function in its std library, how can it be done?
custom edgeql function do not support plpgsql yet, I don't even know if it i…
-
- EdgeDB Version: '3.1+1f030a7'
- EdgeDB CLI Version: EdgeDB CLI 3.5.0+907ff37
- OS Version: Ubuntu 20.04.5 LTS (Focal Fossa)
Steps to Reproduce:
1. Change the enum of a property in th…
-
- EdgeDB Version: `1.0-alpha.4+dev.116.g83e9f530`
- OS Version: Docker
### Query
```edgeql
START TRANSACTION;
CREATE TYPE User;
CREATE FUNCTION insert_user() -> User {
USING (
…
-
- EdgeDB Version: 2.12+4727bd2
- EdgeDB CLI Version: EdgeDB CLI 2.3.1+a3f40f2
- OS Version: Arch Linux inside WSL
Just do a bunch (1k+) of inserts in migration and watch it takes minutes to finis…
-
Currently you can only use the `*` operator if you want all of the properties, but this means that for links you have to specify them all manually for each link, and this can nested quite a bit with e…
-
What I'm currently missing are some basic cryptography and hashing functions like plain old md5() or digest() from pgcrypto for use in custom functions and computeds.
From what I take from other st…