Le vendredi 18 mai 2012 17:33:50, Tyler Mitchell a écrit : > Thanks I'll check that out. > > I'm mainly using the VRT in QGIS against Ingres database. QGIS isn't doing > filtering properly for me, (even with passthrough=true) so I'm trying to > discern whether it's a deficiency of our Ingres driver or if the > functionality just doesn't exist yet elsewhere :)
Hum, while grepping in QGIS code, I see it doesn't use the OGR_L_SetAttributeFilter() API, so it must do the filtering on its side. If you want to know if it is a QGIS or OGR issue, you can try ogrinfo your.vrt -where "xxxx" _______________________________________________ gdal-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/gdal-dev
