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
Is there a way to insert new record in the prepared statment with now() function?
Thanks!
The text was updated successfully, but these errors were encountered:
is currently no. :( You can certainly so:
$timeuuid = $database->query('SELECT now() as "now" FROM system.schema_keyspaces LIMIT 1;')[0]['now'];
I will try to fix it as soon as possible.
Sorry, something went wrong.
Thanks! I want to help extend this library but I just can't really understand how is the binary protocol works, I'll keep trying :)
Thank U. I will be glad of any help, because I lack the time. Here's a link on protocol specification. Perhaps this is will help you)
https://git-wip-us.apache.org/repos/asf?p=cassandra.git;a=blob_plain;f=doc/native_protocol_v2.spec;hb=HEAD
evseevnn-zz
No branches or pull requests
Is there a way to insert new record in the prepared statment with now() function?
Thanks!
The text was updated successfully, but these errors were encountered: