> the following model code creates a segmentation fault:
> table ta { l in LOCATIONS } OUT
> 'iODBC'
> 'DSN=glpk;UID=glpk;PWD=gnu'
> 'UPDATE result_t12 SET DATE = ' & date & ' WHERE ID = 4'
> 'UPDATE result_t12 SET QUAN = ? WHERE LOC = ? AND ID = 4' :
> quantity[l], l, 4 ~ id;> The number of parameters is higher than the number of '?' in the SQL > statement. > Please, apply the patch below. Done. Please see the patched file glpsql.c attached.
glpsql.c.gz
Description: GNU Zip compressed data
_______________________________________________ Bug-glpk mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-glpk
