Re: UESQLC

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Rafael Jesus Alcantara Perez <rafa(at)dedalo-ing(dot)com>
Cc: PostgreSQL-development <pgsql-hackers(at)postgreSQL(dot)org>
Subject: Re: UESQLC
Date: 2000-02-19 12:01:55
Message-ID: 200002191201.HAA14966@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Looks nice. Should we put your code in contrib/ or put the URL on our
web site?

> -----BEGIN PGP SIGNED MESSAGE-----
>
> Hello Bruce:
>
> I'm the main author of UESQLC, an embedded SQL compiler that, (now) can generate
> code for ODBC, Oracle OCI and PostgreSQL LIBPQ interfaces. It parses SQL92, and
> generates the code for the target selected (one of the three main targets
> supported) using a SGML based target code description. I have attached an
> example of C++ with embedded SQL (UESQL). It is under the GPL and this is the
> URL:
>
> http://uesqlc.dedalo-ing.com/
>
> I hope that this program could help you.
>
> Greets.
> Rafa.
> - --
> +----------
> | Rafael Jesus Alcantara Perez. P.O. Box 1199, 29080 Malaga, SPAIN.
> | Email: mailto:rafa(at)dedalo-ing(dot)com
> | PGP public key: http://www.dedalo-ing.com/~rafa/public-key.asc
> +---------------------
> "For every complex problem there is a solution that is concise, clear, simple, and wrong."
> (H. L. Mencken)
>
> -----BEGIN PGP SIGNATURE-----
> Version: 2.6.3i
> Charset: noconv
>
> iQEVAwUBOK59o9qA/MQ7nrK9AQFlAAf8D1KP0xUOWV5uOOG671QBhJsyimO+mevC
> Dw1m/7+EgfOnlgYtIKtB/AQIy1vayVFASnP9fD/udKTXYWWYXFaEGUScHwJpJZj0
> 2TgAZdhjGwaUPnjpizQM6By8bs0bI7s0ZgL8SQw38k0YOZPC+4xCg7UvQsDieR+5
> 5lDZgbgF4Mdls79R6bSBUHZp0lLZkdvsL5V8OsstFY4CI+BXyo1C1RtYpipN7w+N
> dlLCblw7rGz6ohS7BtUU8GkJzGrznDaHz9dmm/7IVRwa8ovUnBVxlRlZCKY5SnGJ
> 6N7xj9HT1QiNsNqpzE8KZFDrUsI290K4Gc55GKhGg8VCes1Z+FIjBg==
> =rDh5
> -----END PGP SIGNATURE-----
Content-Description: UESQL in C++

[Attachment, skipping...]

--
Bruce Momjian | http://www.op.net/~candle
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2000-02-19 14:12:24 Re: SQL compliance
Previous Message Bruce Momjian 2000-02-19 09:07:28 Re: [HACKERS] gram.y foreign keys