Return-Path: Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: (qmail 11808 invoked from network); 23 Mar 2011 22:43:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 23 Mar 2011 22:43:45 -0000 Received: (qmail 95269 invoked by uid 500); 23 Mar 2011 22:43:45 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 95252 invoked by uid 500); 23 Mar 2011 22:43:45 -0000 Mailing-List: contact commits-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cassandra.apache.org Delivered-To: mailing list commits@cassandra.apache.org Received: (qmail 95244 invoked by uid 99); 23 Mar 2011 22:43:45 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Mar 2011 22:43:45 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Mar 2011 22:43:43 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id CBBA04AA3F for ; Wed, 23 Mar 2011 22:43:05 +0000 (UTC) Date: Wed, 23 Mar 2011 22:43:05 +0000 (UTC) From: "Gary Dusbabek (JIRA)" To: commits@cassandra.apache.org Message-ID: <866678821.7533.1300920185831.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1641443620.1116.1299352725879.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (CASSANDRA-2277) parameter substitution for Java CQL driver MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/CASSANDRA-2277?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Dusbabek updated CASSANDRA-2277: ------------------------------------- Attachment: v1-0004-fix-off-by-one-in-CassandraResultSet.txt v1-0003-compress-utf8-bytes-and-not-platform-bytes.txt v1-0002-JDBC-PreparedStatements-some-tests.txt v1-0001-AbstractType-converts-types-to-Strings-not-just-ByteBu.txt > parameter substitution for Java CQL driver > ------------------------------------------ > > Key: CASSANDRA-2277 > URL: https://issues.apache.org/jira/browse/CASSANDRA-2277 > Project: Cassandra > Issue Type: Sub-task > Components: API > Reporter: Eric Evans > Assignee: Gary Dusbabek > Labels: cql > Fix For: 0.8 > > Attachments: v1-0001-AbstractType-converts-types-to-Strings-not-just-ByteBu.txt, v1-0002-JDBC-PreparedStatements-some-tests.txt, v1-0003-compress-utf8-bytes-and-not-platform-bytes.txt, v1-0004-fix-off-by-one-in-CassandraResultSet.txt > > > The Java driver should support parameter substitution such that given a query string and a sequence of arguments, question marks ('?') in the query string will be substituted with the arguments. > {code:style=Java} > conn.execute("SELECT ?,? FROM Standard1 WHERE KEY = ?", 10, 20, "foo") > {code} -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira