AgufaGit
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...
### Describe the bug specific value for relations gives error ``` Cannot negate the value 'account:1' ``` ### Steps to reproduce ```sql LET $accountId=account:1; SELECT
### 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,...
### 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...
widgets under `SettingsList` always use default system font, doesn't use custom font
### 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...
### 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
### 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...