Loïc Veillard

Results 70 issues of Loïc Veillard

### Details Context: This repo is an ORM that supports queries for surrealDB and typeDB. The tests are run for both, with the same tests, using the common BQL (Blitz...

sweep

### Is your feature request related to a problem? No ### Describe the solution In the same way this works: ``` CREATE A:1 SET users += [C:1,C:2]; UPDATE A:1 SET...

feature
triage

### Describe the bug I know RETURN behaviour has changed on purpose but I think there are some cases where the current behaviour is confusing. ### Steps to reproduce Take...

bug
triage
topic:surrealql

### Describe the bug The way the scopes of transactions work has ben changed in 2.x, they no longer respect the outer RETURN clause ### Steps to reproduce This same...

bug
triage

### Is your feature request related to a problem? I wish surrealDB reserved words where not colliding with my own props. I mean things like enforcing property 'id' to be...

feature
triage

### Describe the bug The UPSERT does not work in EVENTS if the target exists in the same transaction ### Steps to reproduce ``` DEFINE TABLE toy SCHEMAFULL PERMISSIONS FULL;...

bug
triage

### Is your feature request related to a problem? Right now it is not possible to add an event to a field. explains how the onRead works but should not...

feature
triage

### Describe the bug While 1.x just treats property names as NONE, 2.x actually appends them as objects, instead of accessing their content or ignoring them ### Steps to reproduce...

bug
triage

### Describe the bug Using filters on optional props might throw errors. ### Steps to reproduce ``` CREATE A:1 SET b=(CREATE ONLY B:1); CREATE A:2 SET b=(CREATE ONLY B:2); CREATE...

noissue

### Describe the bug `WHERE !propertyName` works but `propertyName = NULL` does not ### Steps to reproduce ```sql DEFINE FIELD test ON TABLE A VALUE {RETURN NULL}; CREATE A:1 SET...

bug