Mailspring/spec/models
Ben Gotow 1337b21a0d fix(db): Allow string attributes to be null. Never coerce to ""
- Fixes a bug where reply_to_message_id = "" when we receive drafts from the sever.
- In general behavior should be consistent with API. Since they allow null we should too.
2016-02-05 13:49:18 -08:00
..
category-spec.coffee
contact-spec.coffee perf(threads): Cache aliases to avoid GC thrashing in isMeAccount 2016-02-04 20:13:37 -08:00
event-spec.coffee fix(db): Allow string attributes to be null. Never coerce to "" 2016-02-05 13:49:18 -08:00
file-spec.coffee
message-spec.coffee
model-spec.coffee
mutable-query-result-set-spec.coffee
query-range-spec.coffee
query-spec.coffee
query-subscription-pool-spec.coffee
query-subscription-spec.coffee perf(accounts): Cache accountForId - need ordered map... 2016-01-29 00:42:56 -08:00
thread-spec.coffee