You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If use_mapped_ndb_record = false, the ndb adapter correctly handles sparse fields.
But if use_mapped_ndb_record = true, SPARSE_FIELDS itself shows up as a property:
{ SPARSE_FIELDS: '{"profile_text":"I am your little boot!"}',
tweet_count: 0,
full_name: 'Gaius Julius Casear Germanicus',
user_name: 'caligula',
profile_text: 'I am your little boot!' }
The text was updated successfully, but these errors were encountered:
If use_mapped_ndb_record = false, the ndb adapter correctly handles sparse fields.
But if use_mapped_ndb_record = true, SPARSE_FIELDS itself shows up as a property:
{ SPARSE_FIELDS: '{"profile_text":"I am your little boot!"}',
tweet_count: 0,
full_name: 'Gaius Julius Casear Germanicus',
user_name: 'caligula',
profile_text: 'I am your little boot!' }
The text was updated successfully, but these errors were encountered: