Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 576D52007D0 for ; Tue, 10 May 2016 13:40:15 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 56260160A17; Tue, 10 May 2016 11:40:15 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id C82BB160877 for ; Tue, 10 May 2016 13:40:14 +0200 (CEST) Received: (qmail 97001 invoked by uid 500); 10 May 2016 11:40:14 -0000 Mailing-List: contact dev-help@manifoldcf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@manifoldcf.apache.org Delivered-To: mailing list dev@manifoldcf.apache.org Received: (qmail 96760 invoked by uid 99); 10 May 2016 11:40:13 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 May 2016 11:40:13 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id D38162C033A for ; Tue, 10 May 2016 11:40:13 +0000 (UTC) Date: Tue, 10 May 2016 11:40:13 +0000 (UTC) From: "Karl Wright (JIRA)" To: dev@manifoldcf.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (CONNECTORS-1313) Add support for multi-valued fields to JDBC connector MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 10 May 2016 11:40:15 -0000 [ https://issues.apache.org/jira/browse/CONNECTORS-1313?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Wright resolved CONNECTORS-1313. ------------------------------------- Resolution: Fixed r1743159 > Add support for multi-valued fields to JDBC connector > ----------------------------------------------------- > > Key: CONNECTORS-1313 > URL: https://issues.apache.org/jira/browse/CONNECTORS-1313 > Project: ManifoldCF > Issue Type: Improvement > Components: JDBC connector > Reporter: Karl Wright > Assignee: Karl Wright > Fix For: ManifoldCF 2.5 > > > The JDBC connector only supports single-valued fields at the moment. > We have a request to support multi-valued fields. The only way I can think to do that would be to have a separate query for each multi-valued field. That will require UI changes; there will need to be a list of queries, organized by attribute name, that would need to be fired off for every document. -- This message was sent by Atlassian JIRA (v6.3.4#6332)