Re: Is this error correct/possible?

From: "Kevin Grittner" <Kevin(dot)Grittner(at)wicourts(dot)gov>
To: <J(dot)Kraaijeveld(at)Askesis(dot)nl>
Cc: <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: Is this error correct/possible?
Date: 2005-08-25 17:41:42
Message-ID: s30dbc92.015@gwmta.wicourts.gov
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

My client has a standard that only a subset of the 7 bit ASCII character set is to be allowed in character columns in their database (decimal 32 to 126 in most columns, decimal 10 also allowed in some). They would prefer to see exceptions from the JDBC driver on attempts to insert or retrieve any character outside the ASCII range than to have it silently written or returned.

In this particular case, do you see a problem with using the SQL_ASCII encoding?

Thanks,

-Kevin


>>> Kris Jurka <books(at)ejurka(dot)com> 08/23/05 9:34 AM >>>

The JDBC documentation clearly states not to choose a SQL_ASCII
database for your data.

http://jdbc.postgresql.org/documentation/80/your-database.html

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message David Gagnon 2005-08-25 20:00:31 Re: implementing asynchronous notifications PLEASE CONFIRM MY
Previous Message Marc Herbert 2005-08-23 16:56:48 Re: Is this encoding error correct/possible?