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

NULL timestamp is returning now value #19

Open
razsandy opened this issue Jul 2, 2020 · 0 comments
Open

NULL timestamp is returning now value #19

razsandy opened this issue Jul 2, 2020 · 0 comments

Comments

@razsandy
Copy link

razsandy commented Jul 2, 2020

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

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

No branches or pull requests

1 participant