AnsonHwang86

Results 15 issues of AnsonHwang86

**Is your feature request related to a problem? Please describe.** Could you also add the ability to return the value of all field along with the added/updated value? such as...

feature request

Hello, when I add a new node with create mutation. The new added node is return in the front of result instead of last one. This behavior seems weird. Can...

enhancement

**Is your feature request related to a problem? Please describe.** @queryOptions description in document ```@queryOptions The @queryOptions is to be used on nodes, where applied will inject values into a...

feature request

**Describe the bug** A clear and concise description of what the bug is. **Type definitions** ```gql type Foo { uuid:ID @id name: String @unique sth: String bar: [Bar!]! @relationship(type:"HAS", direction:OUT)...

confirmed
bug report
reopened

edgedb 3.2 on cloud ![image](https://github.com/edgedb/edgedb/assets/16233397/fcdff996-8f1d-47e4-8d68-59235a579426) ``` update Bom filter .title = "dfd" set { components += ( update Component filter .sku = "5" set { @relationship := "ddfdsssss" } )...

bug

- EdgeDB Version:4.0-rc.1+fd5ed53 - Steps to Reproduce: 1. let's run following against example database ``` with movies := $user,upserts:=( for item in json_array_unpack(movies) union( (result:=(update Movie filter .id=item["id"] set {title:=item["title"]}),action:="update")??...

bug

Every time, when I see the little green dot and `AVAILABLE`, I can't help but think of a new and available upgraded version, and then click on the three-dot symbol...

enhancement

Hello, say we have a schema following: ``` type Person { name: str; multi likeMovies: Movie } type Movie { name: str; directedBy: Person; } type ClassRoom{ name: str; multi...

Here is decoder of default Edgedb self-signed Certificate. ![image](https://github.com/edgedb/edgedb/assets/16233397/8b527e83-1a76-451f-a2da-be71371cda14) Subject Alternative Names: 127.0.0.1 After I added this cert to system store on Mac, there is a `ERR_CERT_COMMON_NAME_INVALID` ERROR show in...