Return-Path: Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: (qmail 57771 invoked from network); 10 Apr 2011 05:23:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 10 Apr 2011 05:23:47 -0000 Received: (qmail 26014 invoked by uid 500); 10 Apr 2011 05:23:47 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 25860 invoked by uid 500); 10 Apr 2011 05:23:47 -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 25851 invoked by uid 99); 10 Apr 2011 05:23:44 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 10 Apr 2011 05:23:44 +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 Apr 2011 05:23:42 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id E53609A9B2 for ; Sun, 10 Apr 2011 05:23:05 +0000 (UTC) Date: Sun, 10 Apr 2011 05:23:05 +0000 (UTC) From: "Hudson (JIRA)" To: commits@cassandra.apache.org Message-ID: <938997518.47557.1302412985935.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1565311873.47068.1302385265726.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (CASSANDRA-2445) Support SQL data types in CQL MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CASSANDRA-2445?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13018036#comment-13018036 ] Hudson commented on CASSANDRA-2445: ----------------------------------- Integrated in Cassandra #842 (See [https://hudson.apache.org/hudson/job/Cassandra/842/]) use SQL-ish data types patch by jbellis and Eric Evans for CASSANDRA-2445 > Support SQL data types in CQL > ----------------------------- > > Key: CASSANDRA-2445 > URL: https://issues.apache.org/jira/browse/CASSANDRA-2445 > Project: Cassandra > Issue Type: Bug > Reporter: Jonathan Ellis > Assignee: Jonathan Ellis > Fix For: 0.8 > > Attachments: 2445.txt, v1-0001-CASSANDRA-2445-update-documentation.txt > > > We should support SQL data types where possible: > (sql -> cassandra) > varint -> int > bigint -> long > varchar, text -> utf8 > ascii -> ascii (not strictly correct -- sql defines collations for this -- but close enough for a 1.0) > uuid -> uuid (see CASSANDRA-2233) > bytea -> bytes > IMO the right thing to do is _only_ support the SQL types in CQL CREATE statements, because there is ambiguity otherwise (in particular with "int"). -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira