We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 98a4f43 + a785e62 commit 357ec11Copy full SHA for 357ec11
lib/dimension_pg.c
@@ -104,6 +104,7 @@ static void _mapcache_dimension_postgresql_bind_parameters(mapcache_context *ctx
104
105
paramidx = VOIDP2INT(apr_hash_get(param_indexes,":dim",APR_HASH_KEY_STRING));
106
if (paramidx) {
107
+ paramidx-=1;
108
(*paramValues)[paramidx] = dim_value;
109
(*paramLengths)[paramidx] = strlen(dim_value);
110
(*paramFormats)[paramidx] = 0;
0 commit comments