ECPG problem

From: Bernard ISAMBERT <isambert(at)sib(dot)fr>
To: pgsql-bugs(at)postgresql(dot)org
Subject: ECPG problem
Date: 2000-04-07 10:05:28
Message-ID: 38EDB2E8.A2F83765@sib.fr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Since version 7.0beta2 of ecpg,
a statement as:

EXEC SQL DECLARE CURSOR FOR
SELECT column1
FROM table1
WHERE column2='smith'
ORDER BY column1;

gives a "Parse error" at the line of the ORDER BY statement.
It was ok in 7.0beta1.
I can't figure what's happening...

Bernard.
--
__________________________________________________

Bernard ISAMBERT (isambert(at)sib(dot)fr)
Syndicat Interhospitalier de Bretagne (www.sib.fr)
__________________________________________________

Browse pgsql-bugs by date

  From Date Subject
Next Message Dorte Munk-Jakobsen 2000-04-07 12:17:13 Select from view crashes backend
Previous Message Ludovic Drolez 2000-04-07 09:31:34 Assembler problem with Irix