|
|
|
@ -1,4 +1,4 @@ |
|
|
|
|
/* $Header: /cvsroot/pgsql/src/interfaces/ecpg/ecpglib/execute.c,v 1.25 2003/09/18 13:12:23 meskes Exp $ */ |
|
|
|
|
/* $Header: /cvsroot/pgsql/src/interfaces/ecpg/ecpglib/execute.c,v 1.26 2003/10/26 09:50:47 meskes Exp $ */ |
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
|
* The aim is to get a simpler inteface to the database routines. |
|
|
|
@ -450,7 +450,7 @@ ECPGstore_result(const PGresult *results, int act_field, |
|
|
|
|
|
|
|
|
|
if (!ECPGget_data(results, act_tuple, act_field, stmt->lineno, |
|
|
|
|
var->type, var->ind_type, current_data_location, |
|
|
|
|
var->ind_value, len, 0, 0, isarray, stmt->compat, stmt->force_indicator)) |
|
|
|
|
var->ind_value, len, 0, var->ind_offset, isarray, stmt->compat, stmt->force_indicator)) |
|
|
|
|
status = false; |
|
|
|
|
else |
|
|
|
|
{ |
|
|
|
|