Realm is a mobile database: an alternative to SQLite & key-value stores https://realm.io
Go to file
Mark Rowe 347145b4f1 Merge pull request #8 from realm/mar-migrate-required-to-optional
Support migrating required columns to optional, preserving their contents
2015-10-21 14:40:44 -07:00
impl Move things which are not part of the API to an impl directory/namespace 2015-10-15 11:30:08 -07:00
index_set.cpp Shuffle stuff around and clean some things up 2015-09-09 11:25:53 -07:00
index_set.hpp Shuffle stuff around and clean some things up 2015-09-09 11:25:53 -07:00
object_schema.cpp Make a bunch of things const 2015-09-09 11:25:54 -07:00
object_schema.hpp Make a bunch of things const 2015-09-09 11:25:54 -07:00
object_store.cpp Add a test showing our behavior when migrating from an optional column to a required column. 2015-10-20 17:52:25 -07:00
object_store.hpp Add a Schema class, move lookup by name and internal-consistency checks there 2015-09-09 11:25:55 -07:00
property.hpp Improve performance of realm_requires_update() and make more things const 2015-09-09 11:25:53 -07:00
realm_delegate.hpp Add a bit of documentation for RealmDelegate 2015-09-10 14:15:57 -07:00
schema.cpp Add a Schema class, move lookup by name and internal-consistency checks there 2015-09-09 11:25:55 -07:00
schema.hpp Add a Schema class, move lookup by name and internal-consistency checks there 2015-09-09 11:25:55 -07:00
shared_realm.cpp Move things which are not part of the API to an impl directory/namespace 2015-10-15 11:30:08 -07:00
shared_realm.hpp Move things which are not part of the API to an impl directory/namespace 2015-10-15 11:30:08 -07:00