Re: Is this error correct/possible?

Поиск
Список
Период
Сортировка
От Kevin Grittner
Тема Re: Is this error correct/possible?
Дата
Msg-id s30dbc92.015@gwmta.wicourts.gov
обсуждение исходный текст
Ответ на Is this error correct/possible?  (Joost Kraaijeveld <J.Kraaijeveld@Askesis.nl>)
Ответы Re: Is this error correct/possible?  (Kris Jurka <books@ejurka.com>)
Список 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
theirdatabase (decimal 32 to 126 in most columns, decimal 10 also allowed in some).  They would prefer to see
exceptionsfrom the JDBC driver on attempts to insert or retrieve any character outside the ASCII range than to have it
silentlywritten or returned. 

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

Thanks,

-Kevin


>>> Kris Jurka <books@ejurka.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


В списке pgsql-jdbc по дате отправления:

Предыдущее
От: Marc Herbert
Дата:
Сообщение: Re: Is this encoding error correct/possible?
Следующее
От: David Gagnon
Дата:
Сообщение: Re: implementing asynchronous notifications PLEASE CONFIRM MY