Loïc Veillard

Results 70 issues of Loïc Veillard

### Describe the bug TLDR version: ✅ This works ``` SELECT id, (SELECT id, name FROM $parent.authors[where true]) as authors from ONLY Book:book1; ``` ❌ This does not: ``` SELECT...

bug
topic:surrealql

### Is your feature request related to a problem? We need to duplicate everything when assigning the same field to different tables. Also it is not possible to have global...

feature

### Describe the bug Cant use VALUE inside a subquery ( ) ### Steps to reproduce ✅This works: INSERT INTO Person [ {id: Person:patrick, name: "Patrick", friend: {RETURN {CREATE ONLY...

bug
topic:surrealql

### Clear and concise description of the problem So we have already 150 tests we want to benchmark. We need to manually copy them, replace the it() by a bench()...

p2-to-be-discussed

As an example: ``` INSERT INTO ⟨User⟩ [ {id: "user1", name: "Peter", email: "[email protected]"}, ]; INSERT INTO ⟨User-Accounts⟩ [ //Or equivalent insert into `User-Accounts { id: "ua1-1" }, ]; RELATE...

bug

### Description THings that are missing, aha moments or concepts without proper examples: 1) - FROM can be from multiple tables FROM a,b,c 2) - Aha moment: There is no...

documentation

I'm just curious about using Bend to build a database. Wouldnt make it super fast to retrieve complex nested values, or millions of records / keys at once? Is it...

enhancement
external

| :rocket: | This description was created by [Ellipsis](https://www.ellipsis.dev) for commit bb784bdab7e5be204aa97ea8e06ab6e4a0e7f508 | |--------|--------| ### Summary: Refactored mutation machine to separate TQL logic and introduced SurrealDB mutation machine for better...

| :rocket: | This description was created by [Ellipsis](https://www.ellipsis.dev) for commit 7e1dc6eee2c2b23dded413484ea852f47a07c1c4 | |--------|--------| ### Summary: Refactored the mutation machine into modular components, enhancing maintainability, code clarity, and handling of...

| :rocket: | This description was created by [Ellipsis](https://www.ellipsis.dev) for commit 285d982e91946487f42d5f75b28b6e30e4c1b1a8 | |--------|--------| ### Summary: Introduced intermediary relations handling in BQL mutations with updates to core files and unit...