Skip to content

Fix issue #34 - exception if object field not in fields list #35

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

Open
wants to merge 13 commits into
base: master
Choose a base branch
from

Conversation

aams
Copy link

@aams aams commented Feb 26, 2017

Description

Fixes issue 34

Related issues

#34

  • None

Checklist

  • New tests added or existing tests modified to cover all changes
  • [X Code conforms with the style
    guide

johnsoftek and others added 13 commits February 26, 2017 12:54
the table instead of all the field names that will eventually exist in
the modified table. This prevents newly added fields from being
initialised with the name of the field as a value.
in the model definition. Previously needed to also specify dataLength
before the dataType property had any effect.
table. The list of fields to copy is now filtered to remove any field
names that cannot be found in the current model property list.
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

Successfully merging this pull request may close these issues.

3 participants