Dear Wiki user, You have subscribed to a wiki page or wiki category on "Hadoop Wiki" for change notification.
The following page has been changed by RaghothamMurthy: http://wiki.apache.org/hadoop/Hive/HiveODBC ------------------------------------------------------------------------------ * Does not support pattern matching for functions such as SQLColumns and SQLTables; requires exact matches. * Hive Server is currently not thread safe (see JIRA HIVE-80: https://issues.apache.org/jira/browse/HIVE-80). This will prevent the driver from safely making multiple connections to the same Hive Server. We need to resolve this issue to allow the driver to operate properly. * ODBC API Function Support (does anyone know how to remove the linking from the function names?): - * SQLAllocConnect - supported - * SQLAllocEnv - supported - * SQLAllocHandle - supported - * SQLAllocStmt - supported - * SQLBindCol - supported + ||{{{ SQLAllocConnect }}} || supported || + ||{{{ SQLAllocEnv }}} || supported || + ||{{{ SQLAllocHandle }}} || supported || + ||{{{ SQLAllocStmt }}} || supported || + ||{{{ SQLBindCol }}} || supported || - * SQLBindParameter - NOT supported + ||{{{ SQLBindParameter }}} || NOT supported || - * SQLCancel - NOT supported - * SQLColAttribute â supported - * SQLColumns â supported - * SQLConnect - supported - * SQLDescribeCol â supported + ||{{{ SQLCancel }}} || NOT supported || + ||{{{ SQLColAttribute }}} || supported || + ||{{{ SQLColumns }}} || supported || + ||{{{ SQLConnect }}} || supported || + ||{{{ SQLDescribeCol }}} || supported || - * SQLDescribeParam â NOT supported + ||{{{ SQLDescribeParam }}} || NOT supported || - * SQLDisconnect - supported - * SQLDriverConnect - supported - * SQLError â supported - * SQLExecDirect - supported - * SQLExecute - supported + ||{{{ SQLDisconnect }}} || supported || + ||{{{ SQLDriverConnect }}} || supported || + ||{{{ SQLError }}} || supported || + ||{{{ SQLExecDirect }}} || supported || + ||{{{ SQLExecute }}} || supported || - * SQLExtendedFetch â NOT supported + ||{{{ SQLExtendedFetch }}} || NOT supported || - * SQLFetch - supported - * SQLFetchScroll â NOT supported - * SQLFreeConnect - supported - * SQLFreeEnv - supported - * SQLFreeHandle - supported - * SQLFreeStmt - supported + ||{{{ SQLFetch }}} || supported || + ||{{{ SQLFetchScroll }}} || NOT supported || + ||{{{ SQLFreeConnect }}} || supported || + ||{{{ SQLFreeEnv }}} || supported || + ||{{{ SQLFreeHandle }}} || supported || + ||{{{ SQLFreeStmt }}} || supported || - * SQLGetConnectAttr â NOT supported + ||{{{ SQLGetConnectAttr }}} || NOT supported || - * SQLGetData â supported (however, SQLSTATE not returning values) + ||{{{ SQLGetData }}} || supported (however, SQLSTATE not returning values) || - * SQLGetDiagField â NOT supported - * SQLGetDiagRec - supported + ||{{{ SQLGetDiagField }}} || NOT supported || + ||{{{ SQLGetDiagRec }}} || supported || - * SQLGetInfo â NOT supported; a limited version may be provided + ||{{{ SQLGetInfo }}} || NOT supported; a limited version may be provided|| - * SQLMoreResults â NOT supported - * SQLNumParams â NOT supported - * SQLNumResultCols - supported - * SQLParamOptions â NOT supported + ||{{{ SQLMoreResults }}} || NOT supported || + ||{{{ SQLNumParams }}} || NOT supported || + ||{{{ SQLNumResultCols }}} || supported || + ||{{{ SQLParamOptions }}} || NOT supported || - * SQLPrepare â supported; but does not permit parameter markers + ||{{{ SQLPrepare }}} || supported; but does not permit parameter markers || - * SQLRowCount â NOT supported + ||{{{ SQLRowCount }}} || NOT supported || - * SQLSetConnectAttr â NOT supported + ||{{{ SQLSetConnectAttr }}} || NOT supported || - * SQLSetConnectOption â NOT supported + ||{{{ SQLSetConnectOption }}} || NOT supported || - * SQLSetEnvAttr â Limited support - * SQLSetStmtAttr â NOT supported + ||{{{ SQLSetEnvAttr }}} || Limited support || + ||{{{ SQLSetStmtAttr }}} || NOT supported || - * SQLSetStmtOption â NOT supported + ||{{{ SQLSetStmtOption }}} || NOT supported || - * SQLTables â supported - * SQLTransact â NOT supported + ||{{{ SQLTables }}} || supported || + ||{{{ SQLTransact }}} || NOT supported ||
