Noor Dawod

Results 3 issues of Noor Dawod

This pr brings back 2 lost "features" that were present earlier (and of course with the proper explanation as to why we need them back), and introduces a couple of...

Client: Dart
Enhancement: General
Issue: Bug

For example, can ormlite adapt to working with this library: https://github.com/jasync-sql/jasync-sql But in general, how much work would it take to transform the library to both sync and async?

enhancement

Use `exists()` function to test for property existence on dictionaries/Maps rather than sprinkling the code with `json.key === null || json.key === undefined`. In addition, the code removes the implicit...

Client: TypeScript
Enhancement: General