pgsql-ogr-fdw
pgsql-ogr-fdw copied to clipboard
Support "IN" operator in OGR SQL
Deparsing "IN" statements will be a bit fiddly, since it will involve delving into all the branches of the T_ScalarArrayOpExpr tree. Probably have to have array handling as well.