Repository: cassandra
Updated Branches:
  refs/heads/trunk adbb7ec4d -> d10d5caa3


CASSANDRA-12989: Fix documentation for now()

Patch by  Edward Capriolo; Reviewed by Jeff Jirsa for CASSANDRA-12989


Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo
Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/d10d5caa
Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/d10d5caa
Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/d10d5caa

Branch: refs/heads/trunk
Commit: d10d5caa3dcefb2efe1fdb6b671e1c27365176cb
Parents: adbb7ec
Author: Edward Capriolo <edlinuxg...@gmail.com>
Authored: Sat Dec 3 11:41:04 2016 -0500
Committer: Jeff Jirsa <jeff.ji...@crowdstrike.com>
Committed: Sat Dec 3 09:33:02 2016 -0800

----------------------------------------------------------------------
 doc/source/cql/functions.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/d10d5caa/doc/source/cql/functions.rst
----------------------------------------------------------------------
diff --git a/doc/source/cql/functions.rst b/doc/source/cql/functions.rst
index 47026cd..6ae7cbf 100644
--- a/doc/source/cql/functions.rst
+++ b/doc/source/cql/functions.rst
@@ -135,8 +135,8 @@ Timeuuid functions
 ``now``
 #######
 
-The ``now`` function takes no arguments and generates, on the coordinator 
node, a new unique timeuuid (at the time where
-the statement using it is executed). Note that this method is useful for 
insertion but is largely non-sensical in
+The ``now`` function takes no arguments and generates, on the coordinator 
node, a new unique timeuuid at the 
+time the function is invoked. Note that this method is useful for insertion 
but is largely non-sensical in
 ``WHERE`` clauses. For instance, a query of the form::
 
     SELECT * FROM myTable WHERE t = now()

Reply via email to