Re: [BUGS] ecpg c++ scope operator lost

2003-12-26 Thread Michael Meskes
On Mon, Dec 22, 2003 at 09:33:00AM -0500, Mark Pether wrote: > If that's the case then you'd better change your documentation... Fixed. Thanks for pointing me to this. Michael -- Michael Meskes Email: Michael at Fam-Meskes dot De ICQ: 179140304, AIM/Yahoo: michaelmeskes, Jabber: [EMAIL PROTECTED

Re: [BUGS] ecpg c++ scope operator lost

2003-12-22 Thread Michael Meskes
On Mon, Dec 22, 2003 at 09:33:00AM -0500, Mark Pether wrote: > If that's the case then you'd better change your documentation... > > > PostgreSQL 7.3 Documentation > > Chapter 4. ECPG - Embedded SQL in C > This chapter describes the embedded SQL package for PostgreSQL. It works > with C and *C+

Re: [BUGS] ecpg c++ scope operator lost

2003-12-22 Thread Mark Pether
If that's the case then you'd better change your documentation... PostgreSQL 7.3 Documentation Chapter 4. ECPG - Embedded SQL in C This chapter describes the embedded SQL package for PostgreSQL. It works with C and *C++.* It was written by Linus Tolke (<[EMAIL PROTECTED]

Re: [BUGS] ecpg c++ scope operator lost

2003-12-19 Thread Michael Meskes
On Wed, Dec 17, 2003 at 03:14:31PM -0500, Mark Pether wrote: > Ecpg pretty prints my code causing compile errors. Please note that ecpg is a precompiler for embedded SQL in C not C++. Michael -- Michael Meskes Email: Michael at Fam-Meskes dot De ICQ: 179140304, AIM/Yahoo: michaelmeskes, Jabber:

[BUGS] ecpg c++ scope operator lost

2003-12-19 Thread Mark Pether
Ecpg pretty prints my code causing compile errors. ie. code to compile: EXEC SQL BEGIN DECLARE SECTION; char bound_waiting_state = static_cast(Processor::waiting); EXEC SQL END DECLARE SECTION; turns into: /* exec sql begin declare section */ #line 90 "Schedule.pgcc" char bo