yahoo / squidb

SquiDB is a SQLite database library for Android and iOS
https://github.com/yahoo/squidb/wiki
Apache License 2.0
1.31k stars 132 forks source link

More transitory fixes #254

Closed sbosley closed 7 years ago

sbosley commented 7 years ago

In thinking more about issue #251, I realized there were a few other transitory cases that weren't handled well. All of these issues were exemplified by bugs and edge cases in JSONPropertySupport, which is what has changed most here. This PR fixes the following:

@jdkoren if you have any thoughts or think I've missed any other cases with transitory handling that we ought to consider, your feedback would be very helpful.

jdkoren commented 7 years ago

cool, LGTM