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

Commit3c71ed7

Browse files
author
Michael Meskes
committed
*** empty log message ***
1 parent1c7fad5 commit3c71ed7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -691,7 +691,7 @@ ECPGexecute(struct statement * stmt)
691691
if (PQresultStatus(query)==PGRES_TUPLES_OK) {
692692
isarray=atol((char*)PQgetvalue(query,0,0));
693693
if (ECPGDynamicType(PQftype(results,act_field))==SQL3_CHARACTER||
694-
(PQftype(results,act_field))==SQL3_CHARACTER_VARYING)
694+
ECPGDynamicType(PQftype(results,act_field))==SQL3_CHARACTER_VARYING)
695695
{
696696
/* arrays of character strings are not yet implemented */
697697
isarray= false;
@@ -1091,7 +1091,7 @@ ECPGlog(const char *format,...)
10911091
*
10921092
* Copyright (c) 2000, Christof Petig <christof.petig@wtal.de>
10931093
*
1094-
* $Header: /cvsroot/pgsql/src/interfaces/ecpg/lib/Attic/ecpglib.c,v 1.61 2000/03/01 12:49:42 meskes Exp $
1094+
* $Header: /cvsroot/pgsql/src/interfaces/ecpg/lib/Attic/ecpglib.c,v 1.62 2000/03/03 14:39:26 meskes Exp $
10951095
*/
10961096

10971097
PGconn*ECPG_internal_get_connection(char*name);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp