Re: Updates failing yet saying they succeeded.

Поиск
Список
Период
Сортировка
От Stephan Szabo
Тема Re: Updates failing yet saying they succeeded.
Дата
Msg-id 20020603222816.V98598-100000@megazone23.bigpanda.com
обсуждение исходный текст
Ответ на Updates failing yet saying they succeeded.  (Oliver Jones <oliver@deeper.co.nz>)
Список pgsql-general
On 4 Jun 2002, Oliver Jones wrote:

> I've been having a few problems with PgSQL not updateing data
> correctly.  Here is some evidence:
>
> autosupply_co_jp=> update vehicle set fob_price =420000 where
> chassis_number
> autosupply_co_jp-> = 'RA2-1002998';
> UPDATE 1
> autosupply_co_jp=> select fob_price from vehicle where chassis_number =
> 'RA2-1042998';
>  fob_price
> -----------
>     430000
> (1 row)
>
> autosupply_co_jp=> update vehicle set fob_price = 420000 where
> chassis_number = 'RA2-1042998';
> UPDATE 1
> autosupply_co_jp=> select fob_price from vehicle where chassis_number =
> 'RA2-1042998';
>  fob_price
> -----------
>     420000
> (1 row)
>
> WTF is up with that?

Is that a copy/paste error that the chassis numbers don't match in those
first statements?


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

Предыдущее
От: Oliver Jones
Дата:
Сообщение: Re: Updates failing yet saying they succeeded.
Следующее
От: Ron Snyder
Дата:
Сообщение: Re: Updates failing yet saying they succeeded.