Multi-byte character bug
От | Richard So |
---|---|
Тема | Multi-byte character bug |
Дата | |
Msg-id | 000401c23539$39d0abe0$0a00a8c0@netrogen.local обсуждение исходный текст |
Ответы |
Re: Multi-byte character bug
|
Список | pgsql-bugs |
=20 Two bugs has been found in the SQL parser and Multibyte char support: =20 1. =A1=A7Problem connecting to database: java.sql.SQLException: ERROR: Invalid EUC_TW character sequence found (0xb27a)=A1=A8 was reported in using JDBC driver to insert record, similar error reported when using ODBC driver and psql, since auto-conversion from client to server should convert the charcter to a valid EUC_TW char, therefore this is a bug =20 2. inserting record with =A1=A7=C0\=A1=A8 chinese char, the SQL parser report something like =A1=A5Problem connecting to database: java.sql.SQLException: ERROR: parser: parse error at or near "4567891"=A1= =A6 (similar in jdbc and odbc), and the error =A1=A7unterminated string=A1=A8 h= as been reported when using psql. =20 I=A1=A6ve found the problem exists since 7.1.x till 7.2.*.
В списке pgsql-bugs по дате отправления: