gnumed-bugs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnumed-bugs] unhandled exception in report plugin querying ref.paperwor


From: Jim Busser
Subject: [Gnumed-bugs] unhandled exception in report plugin querying ref.paperwork_templates
Date: Sat, 23 Jul 2011 16:35:52 -0700

Attempted

        select * from ref.paperwork_templates

and the status line suggest that 65 results were found, however the screen 
shows only one returned at which point it fails.

I think the failure may have to do with the inclusion (via *) of the column

        'data'

because if I specify all the other columns explicitly

select pk_audit, row_version, modified_when, modified_by, pk, fk_template_type, 
name_short, name_long, external_version, gnumed_revision, engine, in_use, 
filename from ref.paperwork_templates

but if I do

        select data from …

I get the exception


-- Jim

Attachment: gm-from-vcs.log
Description: Binary data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]