You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Carl Steinbach (JIRA)" <ji...@apache.org> on 2010/12/29 06:25:48 UTC

[jira] Updated: (HIVE-1101) Extend Hive ODBC to support more functions

     [ https://issues.apache.org/jira/browse/HIVE-1101?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Carl Steinbach updated HIVE-1101:
---------------------------------

    Component/s: Drivers
        Summary: Extend Hive ODBC to support more functions  (was: Extend Hive ODBC to support more funcitons)

> 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: Drivers
>            Reporter: Ning Zhang
>            Assignee: Ning Zhang
>         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.
-
You can reply to this email to add a comment to the issue online.