Apache::Session in PostgreSQL

Поиск
Список
Период
Сортировка
От Victor Manuel Jaquez Leal
Тема Apache::Session in PostgreSQL
Дата
Msg-id Pine.LNX.3.96.1000331122054.17261A-100000@linux1.coral.com.mx
обсуждение исходный текст
Ответы Re: Apache::Session in PostgreSQL
Список pgsql-general
Hi!

I want to use the Apache::Session perl module in my WebApps, but when I
try to insert the session tuple, the Postgres can't handle the string and
abort the operation.

I made a dump for the SQL instruction generated by the module, it use the
Storable module to generate a "storable" string from the variables, but
this string has '\00', '\02', '\v' chars, and I thing that they are the
chars that trigger the exception...

There are any patch for the module for this?

I really don't like MySQL, but it can handle this "storable" strings....
8-(

Thnx

Ceyusa



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

Предыдущее
От: Guido Goldstein
Дата:
Сообщение: Re: How do I change the default editor in psql
Следующее
От: "Ross J. Reedstrom"
Дата:
Сообщение: Re: What is the default port for postmaster?