Unimplemented visitLiteralGeometry in OracleFilterToSQL cause AppSchema errors
Description
OracleFilterToSQL doesn’t implement visitLiteralGeometry since it is usually used in context of prepared stament queries. However AppSchema when doing nested queries always deactivate the prepared stament though the filter to SQL flag, causing malfunctioning with oracle since the literal geometry to sql is not performed.
OracleFilterToSQL doesn’t implement visitLiteralGeometry since it is usually used in context of prepared stament queries. However AppSchema when doing nested queries always deactivate the prepared stament though the filter to SQL flag, causing malfunctioning with oracle since the literal geometry to sql is not performed.