On Mon, Feb 23, 2009 at 6:29 PM, Stephen Deasey <sd...@gm...> wrote:
> On Mon, Feb 23, 2009 at 10:12 PM, Ian Harding <har...@gm...> wrote:
>> Here are a couple things I've found during my migration from AOLServer
>> to Naviserver.
<snip>
>> 2. dbipg does something strange when used with a template, and a
>> column the same name as the table. This works as expected:
>>
>> default:nscp 1> dbi_rows {SELECT classification FROM classification}
>> UNCLASSIFIED
>>
>> This does not:
>>
>> default:nscp 2> dbi_rows {select classificationid, classification from
>> classification} {
>> default:nscp 2>>> $classificationid -> $classification
>> default:nscp 2>>> }
>>
>> 1 -> 1
>
>
> This works for me, if I'm reading your example right. I've added a
> test; can you try it out on your machine?
>
> http://bitbucket.org/naviserver/nsdbipg/changeset/0fae5f9a2fb9/
>
OK, Nothing to see here. My PostgreSQL install was slightly broken.
/usr/lib/libpq.so was pointing to an older version. All tests pass.
Funny that was the only bug that created...
Thanks!
- Ian
|