From 61f4308b28fc2e89d5d925f3ceb0b08b40dddbfb Mon Sep 17 00:00:00 2001 From: Michael Meskes Date: Tue, 25 Mar 2008 12:45:33 +0000 Subject: [PATCH] added ECPGget_PGconn to exports.txt --- src/interfaces/ecpg/ChangeLog | 6 +++++- src/interfaces/ecpg/ecpglib/exports.txt | 1 + 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/src/interfaces/ecpg/ChangeLog b/src/interfaces/ecpg/ChangeLog index a1f5364458..fa331f8a5d 100644 --- a/src/interfaces/ecpg/ChangeLog +++ b/src/interfaces/ecpg/ChangeLog @@ -2333,5 +2333,9 @@ Thu, 20 Mar 2008 16:54:27 +0100 - Changed statement escaping to not escape continuation line markers. - Bumped ecpg version to 4.4.1. - Added ECPGget_PGconn() function to ecpglib, courtesy of Mike Aubury. - - Bumped ecpglib version to 6.1. + +Tue, 25 Mar 2008 13:43:27 +0100 + + - Also added ECPGget_PGconn to exports.txt. + diff --git a/src/interfaces/ecpg/ecpglib/exports.txt b/src/interfaces/ecpg/ecpglib/exports.txt index 67a8b306c0..2c5d2e0e6e 100644 --- a/src/interfaces/ecpg/ecpglib/exports.txt +++ b/src/interfaces/ecpg/ecpglib/exports.txt @@ -25,3 +25,4 @@ ECPGsetconn 22 ECPGstatus 23 ECPGtrans 24 sqlprint 25 +ECPGget_PGconn 26 -- 2.39.5