Commit e427aa90 authored by Michael Meskes's avatar Michael Meskes

added ECPGget_PGconn to exports.txt

parent 82694e29
...@@ -2332,6 +2332,10 @@ Thu, 20 Mar 2008 16:54:27 +0100 ...@@ -2332,6 +2332,10 @@ Thu, 20 Mar 2008 16:54:27 +0100
- Changed statement escaping to not escape continuation line markers. - Changed statement escaping to not escape continuation line markers.
- Added ECPGget_PGconn() function to ecpglib, courtesy of Mike Aubury. - Added ECPGget_PGconn() function to ecpglib, courtesy of Mike Aubury.
Tue, 25 Mar 2008 13:42:26 +0100
- Should list ECPGget_PGconn in exports.txt.
- Set pgtypes library version to 3.1. - Set pgtypes library version to 3.1.
- Set compat library version to 3.1. - Set compat library version to 3.1.
- Set ecpg library version to 6.2. - Set ecpg library version to 6.2.
......
# $PostgreSQL: pgsql/src/interfaces/ecpg/ecpglib/exports.txt,v 1.4 2007/10/04 17:49:31 meskes Exp $ # $PostgreSQL: pgsql/src/interfaces/ecpg/ecpglib/exports.txt,v 1.5 2008/03/25 12:45:25 meskes Exp $
# Functions to be exported by ecpglib DLL # Functions to be exported by ecpglib DLL
ECPGallocate_desc 1 ECPGallocate_desc 1
ECPGconnect 2 ECPGconnect 2
...@@ -25,3 +25,4 @@ ECPGsetconn 22 ...@@ -25,3 +25,4 @@ ECPGsetconn 22
ECPGstatus 23 ECPGstatus 23
ECPGtrans 24 ECPGtrans 24
sqlprint 25 sqlprint 25
ECPGget_PGconn 26
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment