We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have a model that has a bigint field. Only, my tests fails with:
Exception: Could not calculate correct fixture method
The method he's trying to execute is getBigint, but this method isn't in the Datastore class.
Why is this method not in the Datastore?
The text was updated successfully, but these errors were encountered:
This also should exist for getSmallint.
Sorry, something went wrong.
Merge pull request #33 from chipotle/master
c09b843
Add getBigint() and getSmallint() methods to DataStore (issue #31)
No branches or pull requests
I have a model that has a bigint field. Only, my tests fails with:
Exception: Could not calculate correct fixture method
The method he's trying to execute is getBigint, but this method isn't in the Datastore class.
Why is this method not in the Datastore?
The text was updated successfully, but these errors were encountered: