Return-Path: X-Original-To: apmail-cassandra-commits-archive@www.apache.org Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B0F5F6DF3 for ; Sun, 10 Jul 2011 03:44:06 +0000 (UTC) Received: (qmail 42479 invoked by uid 500); 10 Jul 2011 03:44:03 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 42289 invoked by uid 500); 10 Jul 2011 03: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 42276 invoked by uid 99); 10 Jul 2011 03:43:26 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 10 Jul 2011 03:43:26 +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; Sun, 10 Jul 2011 03:43:21 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id D701B410EF for ; Sun, 10 Jul 2011 03:42:59 +0000 (UTC) Date: Sun, 10 Jul 2011 03:42:59 +0000 (UTC) From: "Rick Shaw (JIRA)" To: commits@cassandra.apache.org Message-ID: <1653425616.690.1310269379876.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <748922379.499.1310249520349.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (CASSANDRA-2876) JDBC 1.1 Roadmap of Enhancements 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-2876?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rick Shaw updated CASSANDRA-2876: --------------------------------- Description: Organizational ticket to tie together the proposed improvements to Cassandra's JDBC driver in order to coincide with the 1.0 release of the server-side product in the fall of 2011. The target list of improvements (in no particular order for the moment) are as follows: # Complete the {{PreparedStatement}} functionality by implementing true server side variable binding against pre-compiled CQL references. # Provide simple {{DataSource}} Support. # Provide a full {{PooledDataSource}} implementation that integrates C* with App Servers and POJO Frameworks (like Spring). # Add the {{BigDecimal}} datatype to the list of {{AbstractType}} classes to complete the planned datatype support for {{PreparedStatement}} and {{ResultSet}}. # Enhance the {{Driver}} features to support automatic error recovery and reconnection. # Support {{RowId}} in {{ResultSet}} # Allow bi-directional row access scrolling to complete functionality in the {{ResultSet}}. # Deliver unit tests for each of the major components of the suite. was: Organizational ticket to tie together the proposed improvements to Cassandra's JDBC driver in order to coincide with the 1.0 release of the server-side product in the fall of 2011. The target list of improvements (in no particular order for the moment) are as follows: # Complete the {{PreparedStatement}} functionality by implementing true server side variable binding against pre-compiled CQL references. # Provide simple {{DataSource}} Support. # Provide a full {{PooledDataSource}} implementation that integrates C* with App Servers and POJO Frameworks (like Spring). # Add the {{BigDecimal}} datatype to the list of {{AbstractType}} classes to complete the planed datatype support for {{PreparedStatement}} and {{ResultSet}}. # Enhance the {{Driver}} features to support automatic error recovery and reconnection. # Allow bi-directional row access scrolling to complete functionality in the {{ResultSet}}. > JDBC 1.1 Roadmap of Enhancements > -------------------------------- > > Key: CASSANDRA-2876 > URL: https://issues.apache.org/jira/browse/CASSANDRA-2876 > Project: Cassandra > Issue Type: Improvement > Components: Drivers > Affects Versions: 0.8.1 > Reporter: Rick Shaw > Priority: Minor > Labels: cql, jdbc > Fix For: 1.0 > > > Organizational ticket to tie together the proposed improvements to Cassandra's JDBC driver in order to coincide with the 1.0 release of the server-side product in the fall of 2011. > The target list of improvements (in no particular order for the moment) are as follows: > # Complete the {{PreparedStatement}} functionality by implementing true server side variable binding against pre-compiled CQL references. > # Provide simple {{DataSource}} Support. > # Provide a full {{PooledDataSource}} implementation that integrates C* with App Servers and POJO Frameworks (like Spring). > # Add the {{BigDecimal}} datatype to the list of {{AbstractType}} classes to complete the planned datatype support for {{PreparedStatement}} and {{ResultSet}}. > # Enhance the {{Driver}} features to support automatic error recovery and reconnection. > # Support {{RowId}} in {{ResultSet}} > # Allow bi-directional row access scrolling to complete functionality in the {{ResultSet}}. > # Deliver unit tests for each of the major components of the suite. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira