]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Here's my next patch to bring ecpg to version 1.1. It now correctly
authorBruce Momjian <bruce@momjian.us>
Fri, 20 Mar 1998 03:08:11 +0000 (03:08 +0000)
committerBruce Momjian <bruce@momjian.us>
Fri, 20 Mar 1998 03:08:11 +0000 (03:08 +0000)
commit80f7c4138859543e447b5358623eb63bca1bbd68
tree03fc37441dbd3f31f2ecfe4ee15aa803f652c9a0
parent561aead3f163549bfd8fa86c8cf98a38a9bb6981
Here's my next patch to bring ecpg to version 1.1. It now correctly
handles all transaction commands and the exec sql include command.

Michael Meskes
14 files changed:
src/interfaces/ecpg/ChangeLog
src/interfaces/ecpg/TODO
src/interfaces/ecpg/include/ecpglib.h
src/interfaces/ecpg/include/ecpgtype.h
src/interfaces/ecpg/include/sqlca.h
src/interfaces/ecpg/lib/Makefile.in
src/interfaces/ecpg/lib/ecpglib.c
src/interfaces/ecpg/preproc/Makefile
src/interfaces/ecpg/preproc/ecpg.c
src/interfaces/ecpg/preproc/extern.h
src/interfaces/ecpg/preproc/pgc.l
src/interfaces/ecpg/preproc/preproc.y
src/interfaces/ecpg/test/perftest.pgc
src/interfaces/ecpg/test/test2.pgc