Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9f09e83

Browse files
author
Michael Meskes
committed
- Fixed truncate bug.
- Added patch by Christof Petig <christof.petig@wtal.de> toclean upecpglib.
1 parent8ae8ddb commit9f09e83

File tree

5 files changed

+185
-146
lines changed

5 files changed

+185
-146
lines changed

‎src/interfaces/ecpg/ChangeLog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1101,5 +1101,11 @@ Tue Sep 25 20:10:03 CEST 2001
11011101

11021102
- Synced preproc.y with gram.y.
11031103
- Changed locale handling.
1104+
1105+
Mon Okt 1 13:49:40 CEST 2001
1106+
1107+
- Fixed truncate bug.
1108+
- Added patch by Christof Petig <christof.petig@wtal.de> to clean up
1109+
ecpglib.
11041110
- Set ecpg version to 2.9.0.
11051111
- Set library version to 3.3.0.

‎src/interfaces/ecpg/lib/data.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $Header: /cvsroot/pgsql/src/interfaces/ecpg/lib/Attic/data.c,v 1.15 2001/09/19 14:09:32 meskes Exp $ */
1+
/* $Header: /cvsroot/pgsql/src/interfaces/ecpg/lib/Attic/data.c,v 1.16 2001/10/01 12:02:28 meskes Exp $ */
22

33
#include"postgres_fe.h"
44

@@ -12,7 +12,7 @@
1212
#include"sqlca.h"
1313

1414
bool
15-
get_data(PGresult*results,intact_tuple,intact_field,intlineno,
15+
get_data(constPGresult*results,intact_tuple,intact_field,intlineno,
1616
enumECPGttypetype,enumECPGttypeind_type,
1717
void*var,void*ind,longvarcharsize,longoffset,
1818
boolisarray)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp