bbotella commented on code in PR #3991: URL: https://github.com/apache/cassandra/pull/3991#discussion_r2002044990
########## doc/modules/cassandra/pages/developing/cql/dml.adoc: ########## @@ -297,7 +283,9 @@ The `IF NOT EXISTS` condition can restrict the insertion if the row does not exi However, note that using `IF NOT EXISTS` will incur a non-negligible performance cost, because Paxos is used, so this should be used sparingly. -Please refer to the xref:cassandra:developing/cql/dml.adoc#update-parameters[UPDATE] section for informations on the `update_parameter`. +When using xref:cassandra:developing/cql/definitions.adoc#prepared-statements[Prepared Statements] bind_markers can be used instead of actual values. + +Please refer to the xref:cassandra:developing/cql/dml.adoc#upsert-parameters[INSERT PARAMETERS] section for informations on the `insert_parameter`. Review Comment: ```suggestion Please refer to the xref:cassandra:developing/cql/dml.adoc#upsert-parameters[INSERT PARAMETERS] section for information on the `insert_parameter`. ``` ########## doc/modules/cassandra/pages/developing/cql/functions.adoc: ########## @@ -92,9 +92,9 @@ into its own datatype. The conversions rely strictly on Java's semantics. For example, the double value 1 will be converted to the text value '1.0'. For instance: -[source,cql] +[source,sql] Review Comment: Was this `cql` to `sql` intended? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: pr-unsubscr...@cassandra.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: pr-unsubscr...@cassandra.apache.org For additional commands, e-mail: pr-h...@cassandra.apache.org