Tim Oliver

Results 47 issues of Tim Oliver

At the moment, the Converter implements its own types for tracking the schema for object types in a new Realm. This is somewhat redundant, especially when the Realm Dynamic API...

S-P1-Backlog
T-Feature

At the moment, the functionality for creating a new Realm file is intertwined with the functionality of populating a Realm file with data. Assuming the Realm schema is kept consistent,...

S-P1-Backlog
T-Feature

At the moment, the Realm Converter runs on some relatively old code that relies on directly manipulating the Objective-C runtime in order to produce the schema for new Realm files....

S-P1-Backlog
T-Feature

## Import Formats - JSON - CSV - SQLite - Excel - SQL (Create and Insert) ## Export Formats - JSON - CSV

T-Enhancement

Based off our existing predicate work in Realm, we allow search look ups using NSPredicate formatting.

T-Enhancement

While the majority of nullable properties that Realm supports are now covered in the Browser, optional string properties aren't completely covered yet. Specifically, an optional string could potentially contain some...

T-Enhancement

The ability to add/remove or reorder properties inside a .realm file.

T-Enhancement

The ability to add new classes to a .realm file.

T-Enhancement

Introducing a menu item that creates a new, empty .realm file, and potentially guides the user in adding new data to it.

T-Enhancement