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 B4667200BCB for ; Wed, 9 Nov 2016 09:08:00 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id B30AA160AEE; Wed, 9 Nov 2016 08:08:00 +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 36A67160B0F for ; Wed, 9 Nov 2016 09:08:00 +0100 (CET) Received: (qmail 70160 invoked by uid 500); 9 Nov 2016 08:07:59 -0000 Mailing-List: contact commits-help@empire-db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: empire-db-dev@empire-db.apache.org Delivered-To: mailing list commits@empire-db.apache.org Received: (qmail 70045 invoked by uid 500); 9 Nov 2016 08:07:58 -0000 Delivered-To: apmail-incubator-empire-db-commits@incubator.apache.org Received: (qmail 70033 invoked by uid 99); 9 Nov 2016 08:07:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Nov 2016 08:07:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 64C932C2A66 for ; Wed, 9 Nov 2016 08:07:58 +0000 (UTC) Date: Wed, 9 Nov 2016 08:07:58 +0000 (UTC) From: =?utf-8?Q?Rainer_D=C3=B6bele_=28JIRA=29?= To: empire-db-commits@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Closed] (EMPIREDB-230) MSSQL DDL generates incorrect data type for BLOB with nonzero length MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 09 Nov 2016 08:08:00 -0000 [ https://issues.apache.org/jira/browse/EMPIREDB-230?page=3Dcom.atlass= ian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rainer D=C3=B6bele closed EMPIREDB-230. ---------------------------------- > MSSQL DDL generates incorrect data type for BLOB with nonzero length=20 > --------------------------------------------------------------------- > > Key: EMPIREDB-230 > URL: https://issues.apache.org/jira/browse/EMPIREDB-230 > Project: Empire-DB > Issue Type: Bug > Reporter: Ivan Nemeth > Assignee: Ivan Nemeth > Priority: Minor > Fix For: empire-db-2.4.5 > > > If you define a DBTableColumn of type BLOB and nonzero length, in case of= MSSQL driver the resulting DDL datatype will be IMAGE(x) instead of IMAGE = with no length specified.=20 -- This message was sent by Atlassian JIRA (v6.3.4#6332)