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 1B6C8D4E1 for ; Thu, 28 Jun 2012 17:36:45 +0000 (UTC) Received: (qmail 57962 invoked by uid 500); 28 Jun 2012 17:36:44 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 57914 invoked by uid 500); 28 Jun 2012 17:36:44 -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 57906 invoked by uid 500); 28 Jun 2012 17:36:44 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 57902 invoked by uid 99); 28 Jun 2012 17:36:44 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Jun 2012 17:36:44 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id EA16B14035F for ; Thu, 28 Jun 2012 17:36:43 +0000 (UTC) Date: Thu, 28 Jun 2012 17:36:42 +0000 (UTC) From: "Prasad Mujumdar (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: <1058499542.67543.1340905003960.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Reopened] (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:all-tabpanel ] Prasad Mujumdar reopened HIVE-1101: ----------------------------------- Assignee: Prasad Mujumdar (was: Ning Zhang) > 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, 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