Skip to content

Conversation

icyc9
Copy link
Contributor

@icyc9 icyc9 commented Jan 18, 2017

Identifiers are being type casted into integers. This will cause problems for people that are using UUID's.

Identifiers are being casted into integers. This will cause problems for people that are using UUID's.
@icyc9
Copy link
Contributor Author

icyc9 commented Jan 18, 2017

Not sure why tests are failing. I forked the repository and used it in my application. Issue seems to be resolved for me now.

@JelteF
Copy link
Contributor

JelteF commented Jan 18, 2017

The reason for the change seems reasonable. I think the reason the tests fail is because the they have integers as ids. Could you change the pull request to use this and see if your application still works:

try:
    f_id = int(f_id)
except ValueError:
   pass

@JelteF
Copy link
Contributor

JelteF commented Feb 27, 2017

I now did this, as well as converting uuids to UUID objects in #55, so i'll close this PR.

@JelteF JelteF closed this Feb 27, 2017
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.

2 participants