Re: ecpg bug with SQL TYPE xxxPtr is xxx REFERENCE?

Поиск
Список
Период
Сортировка
От Michael Meskes
Тема Re: ecpg bug with SQL TYPE xxxPtr is xxx REFERENCE?
Дата
Msg-id 20010808205022.C1537@feivel.fam-meskes.de
обсуждение исходный текст
Ответ на ecpg bug with SQL TYPE xxxPtr is xxx REFERENCE?  (lkindness@csl.co.uk (Lee Kindness))
Ответы Re: ecpg bug with SQL TYPE xxxPtr is xxx REFERENCE?  (Lee Kindness <lkindness@csl.co.uk>)
Список pgsql-interfaces
On Wed, Aug 08, 2001 at 09:07:18AM -0700, Lee Kindness wrote:
> I believe ecpg is incorrectly handling the placement of results into a
> pointer to a host structure, consider the following function:
> 
> GeoContractorTabPtr sel_geo_contractor_rec(char *project_id)
> { 
>   EXEC SQL BEGIN DECLARE SECTION;
>   GeoContractorTabPtr ptr;

This is not a pointer. This defines ptr to be a struct, doesn't it?

> ...

Michael
-- 
Michael Meskes
Michael@Fam-Meskes.De
Go SF 49ers! Go Rhein Fire!
Use Debian GNU/Linux! Use PostgreSQL!


В списке pgsql-interfaces по дате отправления:

Предыдущее
От: Michael Meskes
Дата:
Сообщение: Argh (was about an ECPG bug)
Следующее
От: Carlos Moreno
Дата:
Сообщение: Maybe off-topic: Why MySQL so popular? (or why PostgreSQL so un-popular?)