Re: [INTERFACES] ecpg & 8.3 -> 8.4 migration
От | Mark Richardson |
---|---|
Тема | Re: [INTERFACES] ecpg & 8.3 -> 8.4 migration |
Дата | |
Msg-id | 364366.13082.qm@web53307.mail.re2.yahoo.com обсуждение исходный текст |
Ответ на | Re: [INTERFACES] ecpg & 8.3 -> 8.4 migration (Tom Lane <tgl@sss.pgh.pa.us>) |
Ответы |
Re: [INTERFACES] ecpg & 8.3 -> 8.4 migration
|
Список | pgsql-hackers |
I'm pretty sure the problem I found is related to this, but I found that ecpg doesn't process booleans correctly- this was in a old version of postgres (I think it was 7.4.2). I traced it down in the code, and there is a section that defines the values to be "yes" or "no", but then further processing looks for "true" or "false", so the end result is that a boolean is ALWAYS false, because the 2 filters don't match. If you're interested in more detail, I have code fixes (they are at work so I'll send on Monday). Mark --- On Fri, 11/20/09, Tom Lane <tgl@sss.pgh.pa.us> wrote:
|
В списке pgsql-hackers по дате отправления: