Realm is a mobile database: an alternative to SQLite & key-value stores https://realm.io
Go to file
Thomas Goyne d72d79bb05 Make Realm::compact() more robust
Throw if it's called on a read-only Realm and ensure the Realm is left in a
valid state regardless of the starting state.
2015-09-28 15:33:43 -07:00
object_accessor.cpp missing files and project fixes 2015-08-13 09:28:53 -07:00
object_accessor.hpp support defaults 2015-09-04 15:43:26 -07:00
object_schema.cpp Make a bunch of things const 2015-09-28 15:33:42 -07:00
object_schema.hpp Make a bunch of things const 2015-09-28 15:33:42 -07:00
object_store.cpp Fix a comment 2015-09-28 15:33:43 -07:00
object_store.hpp USe more const refs to avoid copies 2015-09-28 15:33:42 -07:00
property.hpp Improve performance of realm_requires_update() and make more things const 2015-09-28 15:33:40 -07:00
results.cpp support sorting by a single property 2015-09-03 15:46:31 -07:00
results.hpp support sorting by a single property 2015-09-03 15:46:31 -07:00
shared_realm.cpp Make Realm::compact() more robust 2015-09-28 15:33:43 -07:00
shared_realm.hpp Make a bunch of things const 2015-09-28 15:33:42 -07:00