Return-Path: X-Original-To: apmail-ignite-issues-archive@minotaur.apache.org Delivered-To: apmail-ignite-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 394A01882D for ; Tue, 22 Dec 2015 22:04:52 +0000 (UTC) Received: (qmail 46845 invoked by uid 500); 22 Dec 2015 22:04:47 -0000 Delivered-To: apmail-ignite-issues-archive@ignite.apache.org Received: (qmail 46715 invoked by uid 500); 22 Dec 2015 22:04:47 -0000 Mailing-List: contact issues-help@ignite.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.apache.org Delivered-To: mailing list issues@ignite.apache.org Received: (qmail 46527 invoked by uid 99); 22 Dec 2015 22:04:47 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Dec 2015 22:04:47 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id D78992C1F64 for ; Tue, 22 Dec 2015 22:04:46 +0000 (UTC) Date: Tue, 22 Dec 2015 22:04:46 +0000 (UTC) From: "Igor Sapego (JIRA)" To: issues@ignite.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (IGNITE-2245) CPP: Implement Statement attributes manipulation for the ODBC driver. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Igor Sapego created IGNITE-2245: ----------------------------------- Summary: CPP: Implement Statement attributes manipulation for the ODBC driver. Key: IGNITE-2245 URL: https://issues.apache.org/jira/browse/IGNITE-2245 Project: Ignite Issue Type: Task Components: odbc Reporter: Igor Sapego Assignee: Igor Sapego Fix For: 1.6 This feature listed in the [ODBC Core Interface Conformance|https://msdn.microsoft.com/en-us/library/ms714086(v=vs.85).aspx] and should be implemented for our driver. The list of functions that should be implemented: - {{SQLGetStmtAttr}} - {{SQLSetStmtAttr}} The minimum list of attributes that should be supported: - {{SQL_ATTR_APP_PARAM_DESC}} - {{SQL_ATTR_APP_ROW_DESC}} - {{SQL_ATTR_IMP_PARAM_DESC}} - {{SQL_ATTR_IMP_ROW_DESC}} - {{SQL_ATTR_METADATA_ID}} - {{SQL_ATTR_NOSCAN}} - {{SQL_ATTR_PARAM_BIND_OFFSET_PTR}} - {{SQL_ATTR_PARAM_BIND_TYPE}} - {{SQL_ATTR_PARAM_OPERATION_PTR}} - {{SQL_ATTR_PARAM_STATUS_PTR}} - {{SQL_ATTR_PARAMS_PROCESSED_PTR}} - {{SQL_ATTR_PARAMSET_SIZE}} - {{SQL_ATTR_ROW_ARRAY_SIZE}} - {{SQL_ATTR_ROW_BIND_OFFSET_PTR}} - {{SQL_ATTR_ROW_BIND_TYPE}} - {{SQL_ATTR_ROW_STATUS_PTR}} - {{SQL_ATTR_ROWS_FETCHED_PTR}} -- This message was sent by Atlassian JIRA (v6.3.4#6332)