problem with new postgresql driver

Поиск
Список
Период
Сортировка
От awais
Тема problem with new postgresql driver
Дата
Msg-id 009601c1cb4b$ed1b0040$1700a8c0@awais
обсуждение исходный текст
Ответы Re: problem with new postgresql driver
Список pgsql-docs
Hi,
 
    We have a table named "atm" in our database which is uing latest driver of postgresql, it has a column named "location", all records (which are more than 1) of "atm" table have this column value set as (null). When we executed the query "select * from atm where location=null ", 0 rows were returned, which was not we were expecting.
 
    We have another database using previous driver of postgresql, it also has a table named "atm" with a column named "location", similarly all records (which are more than 1) of "atm" table have this column value set as (null), when we executed the query "select * from atm where location=null ", all rows were returned, which  was according to our expectations.
 
    Can u please describe how to tackle this problem.
 
regards,
Awais

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

Предыдущее
От: ljb
Дата:
Сообщение: For review: documentation for libpgtcl pg_execute
Следующее
От: "Ross J. Reedstrom"
Дата:
Сообщение: Re: problem with new postgresql driver