-
Currently, when a access policy constraint is violated the error looks like this:
`edgedb error: EdgeDBError: access policy violation on insert of default::User`
It does not carry any info about w…
-
- EdgeDB Version: 2.1
- OS Version: ubuntu 22.04
If I send `command.edgeql` (below) as the command to parse with expected cardinality `MANY` it returns cardinality `AT_MOST_ONE`. However if I se…
fmoor updated
2 years ago
-
For the upcoming SQL support, we essentially need to implement a basic SQL name resolver. We will not support all of the SQL, but we need following features:
(using the Movies schema)
```sql
-- m…
-
**Code**
`npx edgeql-js` throws
```
throw new Error(`Cannot find ref: ${identRef.name}`);
at CodeBuilder.resolveIdentRef
```
**Schema**
```
type A{}
type B{}
type Test{
required link…
-
Test `test_edgeql_functions_to_str_02` fails with:
```
AssertionError: data shape differs: '7th +00 May, 2018' != '7th of May, 2018' PATH: {0}
```
Offending test:
```
await self.as…
-
**Code**
[src/reflection/generate.ts](https://github.com/edgedb/edgedb-js/blob/519726df6aa5025a7d35bb23a61cd313478d6486/src/reflection/generate.ts#L149-L162)
```typescript
const { $, _edgedbJsVer…
-
### Open Source Project name
EdgeDB
### What is your project?
### Short description:
EdgeDB is an open-source graph-relational database designed to address some major ergonomic limitations of SQ…
-
We currently have language support for variables in EdgeQL, but without the ability to create prepared statements it's not very accessible.
-
- EdgeDB Version: EdgeDB CLI 2.0.1+b407f6f
- OS Version: Darwin Kernel Version 21.5.0: Tue Apr 26 21:08:22 PDT 2022; root:xnu-8020.121.3~4/RELEASE_X86_64
Steps to Reproduce:
1. execute edgedb…
-
# Motivation
Currently, we have:
1. Main process and compiler process communicating over Unix socket
2. The protocol uses pickle as serialization
3. Compiler process connects to Postgres on its …