File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -2332,6 +2332,10 @@ Thu, 20 Mar 2008 16:54:27 +0100
23322332
23332333 - Changed statement escaping to not escape continuation line markers.
23342334 - Added ECPGget_PGconn() function to ecpglib, courtesy of Mike Aubury.
2335+
2336+ Tue, 25 Mar 2008 13:42:26 +0100
2337+
2338+ - Should list ECPGget_PGconn in exports.txt.
23352339 - Set pgtypes library version to 3.1.
23362340 - Set compat library version to 3.1.
23372341 - Set ecpg library version to 6.2.
Original file line number Diff line number Diff line change 1- # $PostgreSQL: pgsql/src/interfaces/ecpg/ecpglib/exports.txt,v 1.4 2007/10/04 17:49:31 meskes Exp $
1+ # $PostgreSQL: pgsql/src/interfaces/ecpg/ecpglib/exports.txt,v 1.5 2008/03/25 12:45:25 meskes Exp $
22# Functions to be exported by ecpglib DLL
33ECPGallocate_desc 1
44ECPGconnect 2
@@ -25,3 +25,4 @@ ECPGsetconn 22
2525ECPGstatus 23
2626ECPGtrans 24
2727sqlprint 25
28+ ECPGget_PGconn 26
You can’t perform that action at this time.
0 commit comments