File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -2333,5 +2333,9 @@ Thu, 20 Mar 2008 16:54:27 +0100
2333
2333
- Changed statement escaping to not escape continuation line markers.
2334
2334
- Bumped ecpg version to 4.4.1.
2335
2335
- Added ECPGget_PGconn() function to ecpglib, courtesy of Mike Aubury.
2336
- - Bumped ecpglib version to 6.1.
2336
+
2337
+ Tue, 25 Mar 2008 13:43:27 +0100
2338
+
2339
+ - Also added ECPGget_PGconn to exports.txt.
2340
+
2337
2341
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.4.2.1 2008/03/25 12:45:33 meskes Exp $
2
2
# Functions to be exported by ecpglib DLL
3
3
ECPGallocate_desc 1
4
4
ECPGconnect 2
@@ -25,3 +25,4 @@ ECPGsetconn 22
25
25
ECPGstatus 23
26
26
ECPGtrans 24
27
27
sqlprint 25
28
+ ECPGget_PGconn 26
You can’t perform that action at this time.
0 commit comments