We could switch all processors to the TypeAwareSQLTreeProcessor, there
> shouldn't be any issues.
> It's all about some free time to do it :)
Awesome! I am +1 to do it when we have a chance.
And eager to hear from Max on how it ultimately worked with SQLite. Hoping
we'll be able to integrate the
Hi Inayah,
You could wrap the SRID value to ValueNode in order for the SQL
translator to generate a binding for the prepared statement.
It would look something like this if you are using TypeAwareSQLTreeProcessor:
registerValueProcessor(Wkt.class, (parent, child, i) -> {
Node geomFromText = F