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

Remove id uniqueness constraint #308

Merged
merged 2 commits into from
Apr 13, 2015
Merged

Remove id uniqueness constraint #308

merged 2 commits into from
Apr 13, 2015

Conversation

bworrell
Copy link
Contributor

@bworrell bworrell commented Apr 7, 2015

This PR closes #236. Removed <xs:unique> constraint on STIX schemas.

@johnwunder
Copy link
Member

This is kind of a nit (ok 100% a nit) but now that the uniqueness keys are gone you can also remove the namespace alias mappings to schemas that aren't actually used. The only reason they were added was for that key.

Aside from that this looks good. I'll let @gtback merge since he's your "buddy".

@bworrell
Copy link
Contributor Author

bworrell commented Apr 9, 2015

@johnwunder, wow good catch! I hadn't thought to remove those at all. It should be all set now unless Travis complains.

@johnwunder
Copy link
Member

Ha, the only reason I caught that is because I had to add them in the first place.

@bworrell
Copy link
Contributor Author

@gtback, I think this is all set to merge. Take a look and let me know if anything seems off.

@gtback
Copy link
Contributor

gtback commented Apr 13, 2015

Looks good to me. It's going to further break #295, but that should be easy to resolve.

gtback added a commit that referenced this pull request Apr 13, 2015
Remove id uniqueness constraint
@gtback gtback merged commit 988e9b6 into master Apr 13, 2015
@gtback gtback deleted the issue_236 branch April 13, 2015 18:43
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.

Remove xs:unique contraint on IDs due to issues with timestamps
3 participants