Kenneth Geisshirt
Kenneth Geisshirt
@Okuro3499 Thank you for reporting. Do you expect a schema migration? If so, the file will be deleted, and the schema version will be set to zero. What if you...
@dependabot rebase
> likely also breaking Can it be considered for version 6.0?
I believe this issue is a duplicate of https://github.com/realm/realm-studio/issues/1469. The underlying Realm SDK (Realm JS) does have support for Apple Silicon, but we haven't prioritise bringing Apple Silicon support to...
@ironage > evergreen's ubuntu 24.04 builders I am trying in https://github.com/realm/realm-core/pull/7841/commits/ff889dff453b89327cf7d5018c1b014e19e6f1ca
Builds for node.js for Windows: https://github.com/realm/realm-js/pull/6739
To be able to leverage stock Postgres tools, we must be able to support the same table names as PostgreSQL. From [PostgreSQL 18 documentation](https://www.postgresql.org/docs/18/sql-syntax-lexical.html#SQL-SYNTAX-IDENTIFIERS): > SQL identifiers and key words...
Just to get a better understanding - in the following code snippet, `results` will not contain the `PUBLIC_HOLIDAY` entries? ```kotlin val query = realm.where(TimeOffEvents::class.java) val iterator = types.split(",").toTypedArray() val results:...
@sanjoytech4 Please provide more information e.g., the exact value of `types` and the `TimeOffEvent` class.
@XilinJia Is it possible to provide a complete example which can reproduce the issue?