Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NdbRecordObject does not handle sparse fields #28

Open
jdduncan opened this issue Sep 29, 2015 · 0 comments
Open

NdbRecordObject does not handle sparse fields #28

jdduncan opened this issue Sep 29, 2015 · 0 comments

Comments

@jdduncan
Copy link
Contributor

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!' }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant