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

Commit5b5985e

Browse files
author
Michael Meskes
committed
Applied patch by Zoltan to fix copy&paste bug in ecpg's sqlda handling.
1 parent4de82f7 commit5b5985e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/interfaces/ecpg/ecpglib/sqlda.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ sqlda_common_total_size(const PGresult *res, int row, enum COMPAT_MODE compat, l
124124
}
125125
break;
126126
caseECPGt_date:
127-
ecpg_sqlda_align_add_size(offset,sizeof(int),sizeof(date),&offset,&next_offset);
127+
ecpg_sqlda_align_add_size(offset,sizeof(date),sizeof(date),&offset,&next_offset);
128128
break;
129129
caseECPGt_timestamp:
130130
ecpg_sqlda_align_add_size(offset,sizeof(int),sizeof(timestamp),&offset,&next_offset);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp