From jmcnally@apache.org Mon Apr 7 15:41:48 2003 Return-Path: Mailing-List: contact torque-dev-help@db.apache.org; run by ezmlm Delivered-To: mailing list torque-dev@db.apache.org Received: (qmail 68848 invoked from network); 7 Apr 2003 15:41:48 -0000 Received: from unknown (HELO eng.werken.com) (66.216.68.111) by daedalus.apache.org with SMTP; 7 Apr 2003 15:41:48 -0000 Received: from eng.werken.com (localhost [127.0.0.1]) by eng.werken.com (8.11.6/8.11.6) with ESMTP id h37H4U605798; Mon, 7 Apr 2003 12:04:31 -0500 Message-ID: <7353082.1049735070779.JavaMail.jmcnally@localhost> Date: Mon, 7 Apr 2003 12:04:30 -0500 (CDT) From: Alexander Smolin Reply-To: Scarab Admistrator To: Alexander Smolin Subject: [SOURCE] Issue #TRQS149 - wrong type mapping LONGVARCHAR to bytea for PostgreSQL Cc: "torque-dev@db.apache.org" Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N You can view the issue detail at the following URL: Type : Defect Issue Id : TRQS149 Reported by: Alexander Smolin smolin@tortrade.ru - (smolin@tortrade.ru) Details: Summary: wrong type mapping LONGVARCHAR to bytea for PostgreSQL Description: in the torque/templates/sql/base/postgresql/db.props: line LONGVARCHAR = bytea looks wrong, because character type LONGVARCHAR should map to some character type, i.e. "text", not any raw byte type which does not contain any codepage specific information. Status: New Database: Postgresql Operating system: Linux