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
We get null value when we run through CQLSH command but same query from the driver return NOW value.
cqlsh:qc02> SELECT msid,expdate from cmsentity WHERE msid=3636130; @ Row 1 ---------+--------- msid | 3636130 expdate | null
And from the driver
select msid,expdate.gettimestamp() from cmsentity where msid=3636130 msid expdate 3636130 2020-07-02 14:35:31
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We get null value when we run through CQLSH command but same query from the driver return NOW value.
And from the driver
The text was updated successfully, but these errors were encountered: