are long strings (500 char?) working?

Поиск
Список
Период
Сортировка
От Heitzso
Тема are long strings (500 char?) working?
Дата
Msg-id 3BB88CC7.3080108@home.com
обсуждение исходный текст
Список pgsql-jdbc
I've tried using both PreparedStatement and regular Statement
modes with a 450 character string:

SELECT response, last_requested
FROM dataweb_response_cache
WHERE request = 'long string here'

and

SELECT response, last_requested
FROM dataweb_response_cache
WHERE request = ?
(PreparedStatement form)

and I consistenly get parse error around
LIKE or =  (I've tried both)

though the same query works fine in
short string form anyway with psql
(haven't tried long string form, will
if advised).  The short string I substituted
for the long string otherwise had all
of the quirks of the long string




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

Предыдущее
От: Heitzso
Дата:
Сообщение: are \r \n and \t legal in
Следующее
От: Tanesh Sehgal
Дата:
Сообщение: jdbc2.0 compliance