Return-Path: X-Original-To: apmail-hive-dev-archive@www.apache.org Delivered-To: apmail-hive-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E5EE4D91B for ; Fri, 29 Jun 2012 21:42:45 +0000 (UTC) Received: (qmail 10664 invoked by uid 500); 29 Jun 2012 21:42:45 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 10591 invoked by uid 500); 29 Jun 2012 21:42:45 -0000 Mailing-List: contact dev-help@hive.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hive.apache.org Delivered-To: mailing list dev@hive.apache.org Received: (qmail 10468 invoked by uid 500); 29 Jun 2012 21:42:45 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 10447 invoked by uid 99); 29 Jun 2012 21:42:45 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 29 Jun 2012 21:42:45 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id 64FA1142840 for ; Fri, 29 Jun 2012 21:42:44 +0000 (UTC) Date: Fri, 29 Jun 2012 21:42:44 +0000 (UTC) From: "Carl Steinbach (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: <908208809.73484.1341006164416.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Commented] (HIVE-1101) Extend Hive ODBC to support more functions 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/HIVE-1101?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13404237#comment-13404237 ] Carl Steinbach commented on HIVE-1101: -------------------------------------- @Prasad: is the patch ready for review? If so can you please submit a review request? Thanks. > Extend Hive ODBC to support more functions > ------------------------------------------ > > Key: HIVE-1101 > URL: https://issues.apache.org/jira/browse/HIVE-1101 > Project: Hive > Issue Type: New Feature > Components: ODBC > Reporter: Ning Zhang > Assignee: Prasad Mujumdar > Attachments: HIVE-1101.patch, odbc-build.patch, odbc-src.patch, unixODBC-2.2.14-p2-HIVE-1101.tar.gz > > > Currently Hive ODBC driver only support a a minimum list of functions to ensure some application work. Some other applications require more function support. These functions include: > *SQLCancel > *SQLFetchScroll > *SQLGetData > *SQLGetInfo > *SQLMoreResults > *SQLRowCount > *SQLSetConnectAtt > *SQLSetStmtAttr > *SQLEndTran > *SQLPrepare > *SQLNumParams > *SQLDescribeParam > *SQLBindParameter > *SQLGetConnectAttr > *SQLSetEnvAttr > *SQLPrimaryKeys (not ODBC API? Hive does not support primary keys yet) > *SQLForeignKeys (not ODBC API? Hive does not support foreign keys yet) > We should support as many of them as possible. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira