AgufaGit

Results 34 issues of AgufaGit

when I try to call secure storage in a spawned isolate, I got an error: ``` Unsupported operation: Background isolates do not support setMessageHandler(). Messages from the host platform always...

### Is your feature request related to a problem? would be nice to have conditional unique index to handle soft delete records ### Describe the solution ```sql DEFINE INDEX account_idx...

feature
triage
topic:surrealql
topic:indexing

### Describe the bug specific value for relations gives error ``` Cannot negate the value 'account:1' ``` ### Steps to reproduce ```sql LET $accountId=account:1; SELECT

bug
triage

### Describe the bug matches operator @@ causes Versioned Error on old data after upgrade from 1.1.0 to 1.2.1 ``` Versioned error: A deserialization error occured: Error { kind: UnexpectedEof,...

bug
topic:indexing
topic:migration

### Describe the bug partial search on full-text index is not working ### Steps to reproduce ```sql DEFINE TABLE t SCHEMAFULL; DEFINE FIELD user_defined_id ON TABLE t TYPE string; DEFINE...

bug
topic:indexing

widgets under `SettingsList` always use default system font, doesn't use custom font

enhancement

### Steps to Reproduce 1. create a collection schema with embedded objects 2. open isar with sqlite engine ### Code sample schema ```dart @collection class ThemeScheme { late ColorAdapterEmbed primary;...

### Describe the bug $parent doesn't work in if statement in subquery ### Steps to reproduce nothing returns ```sql select 1 from [{id: 1}] WHERE (SELECT true FROM 1 WHERE...

question

### Is your feature request related to a problem? a way to auto update view from other tables ```sql DEFINE TABLE aggregated_view AS SELECT id, (SELECT in, created_at FROM

feature
triage

### Is your feature request related to a problem? old records are not automatically populated when a new field is defined with default value, and it throws error when trying...

feature
triage