Re: Strange column naming problem

From: "anon permutation" <anonpermutation(at)hotmail(dot)com>
To: blind(at)xythos(dot)com
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Strange column naming problem
Date: 2003-05-13 05:54:49
Message-ID: LAW12-F99ZFOibYKb2X00015b07@hotmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Hi,

I found that we are using an old torque library that is causing the problem.
It is now fixed. Thanks anyway.

>From: Barry Lind <blind(at)xythos(dot)com>
>To: anon permutation <anonpermutation(at)hotmail(dot)com>
>CC: pgsql-jdbc(at)postgresql(dot)org
>Subject: Re: [JDBC] Strange column naming problem
>Date: Mon, 12 May 2003 09:07:16 -0700
>
>Can you submit a test case for this?
>
>--Barry
>
>anon permutation wrote:
>>
>>
>>Hello,
>>
>>We have encountered a really strange column naming problem. Basically,
>>when creating a table, any columns beginning with the prefix -"rem" will
>>not be created. Columns without that prefix are created normally. For
>>example, if I have 10 columns in my table and 2 of them have names
>>prefixed with "rem", only 8 columns will be created at the end. There is
>>no error message.
>>
>>I tried running the same statement using PGAdmin and the table get created
>>correctly. The problem seems to be with JDBC drivers. I am running 7.3.2
>>and JDBC3 drivers on JDK1.4.1.
>>
>>Please help. Thanks.
>>
>>_________________________________________________________________
>>Add photos to your messages with MSN 8. Get 2 months FREE*.
>>http://join.msn.com/?page=features/featuredemail
>>
>>
>>---------------------------(end of broadcast)---------------------------
>>TIP 2: you can get off all lists at once with the unregister command
>> (send "unregister YourEmailAddressHere" to majordomo(at)postgresql(dot)org)
>>
>
>
>---------------------------(end of broadcast)---------------------------
>TIP 5: Have you checked our extensive FAQ?
>
>http://www.postgresql.org/docs/faqs/FAQ.html

_________________________________________________________________
MSN 8 with e-mail virus protection service: 2 months FREE*
http://join.msn.com/?page=features/virus

Browse pgsql-jdbc by date

  From Date Subject
Next Message jwang 2003-05-13 17:18:52 insert problem with special characters
Previous Message Barry Lind 2003-05-12 16:16:17 Re: Buffers and query's