Re: PostGres Doubt

From: Michael Meskes <meskes(at)postgresql(dot)org>
To: Dann Corbit <DCorbit(at)connx(dot)com>
Cc: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: PostGres Doubt
Date: 2002-06-17 13:27:37
Message-ID: 20020617132737.GB11368@feivel.credativ.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, Jun 12, 2002 at 03:01:31PM -0700, Dann Corbit wrote:
> project the uses embedded sql is in the folder /pc under the nist main
> folder. Here is an example from that project that use sqlca:

Of course this file alone won't run very well, but I added enough stuff
and created a database to get it running and here's my result:

1) SQLSTATE does not work, which of course is not surprising.
2) It triggered one bug in parsing octal number in single quotes. The
patch was just committed.
3) I had to remove the SQLCODE definition as SQLCODE at the moment is a
#define. Maybe we should change that.
4) The SQLCA test runs through just fine.

Michael
--
Michael Meskes
Michael(at)Fam-Meskes(dot)De
Go SF 49ers! Go Rhein Fire!
Use Debian GNU/Linux! Use PostgreSQL!

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Jan Wieck 2002-06-17 13:38:36 Re: [HACKERS] PERFORM effects FOUND patch (Was: I must be
Previous Message Michael Meskes 2002-06-17 12:53:53 Point-in-Time Recovery