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
When attempting to run the following sample code from the readme I receive the following error:
Sample code:
for s in (v1.Story.filter("Estimate>'5',TotalDone.@Count<'10'").select('Name')): print s.Name
v1pysdk.client.V1Error: Invalid WHERE parameterInvalid QueryFilter2 token Estimate>'5', TotalDone.@count<'10'Position 14: unexpected char: ' '
Process finished with exit code 1
The text was updated successfully, but these errors were encountered:
I'm not able to test this at the moment (cert validation issues), but my guess is that the comma before TotalDone should be a semicolon. I'm basing this on http://community.versionone.com/Developers/Developer-Library/Documentation/Data_API/Queries/where
TotalDone
Sorry, something went wrong.
It is a documentation issue. There are a couple of forks of this unmaintained project that fix the documentation: https://github.com/mtalexan/VersionOne.SDK.Python
Merge pull request versionone#20 from mtalexan/default-https-scheme
4b7495d
Default to https as the scheme
No branches or pull requests
When attempting to run the following sample code from the readme I receive the following error:
Sample code:
v1pysdk.client.V1Error:
Invalid WHERE parameterInvalid QueryFilter2 token Estimate>'5', TotalDone.@count<'10'Position 14: unexpected char: ' '
Process finished with exit code 1
The text was updated successfully, but these errors were encountered: