Re: Spatialite Integration in Cayenne

2021-01-26 Thread Andrus Adamchik
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

Re: Re: Spatialite Integration in Cayenne

2021-01-26 Thread Nikita Timofeev
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