Skip to content
Snippets Groups Projects
Commit 29430297 authored by Dan Staines's avatar Dan Staines
Browse files

ensure that even for slices with no features, the adaptor bind params are left...

ensure that even for slices with no features, the adaptor bind params are left clean and empty once the method completes
parent 40cab742
No related branches found
No related tags found
3 merge requests!38fix for _get_by_slice on feature-less slices,!38fix for _get_by_slice on feature-less slices,!38fix for _get_by_slice on feature-less slices
This commit is part of merge request !38. Comments created here will be created in the context of that merge request.
......@@ -899,6 +899,7 @@ COORD_SYSTEM: foreach my $coord_system (@feature_coord_systems) {
}
$mapper = undef;
} # End foreach
$self->{_bind_param_generic_fetch} = undef;
return \@pan_coord_features;
}
#
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment