Hi,
I’m using SqliteFeatureLayers with WHERE clauses set. This works great in an active session, but after I serialize the layers and then subsequently load them, I notice that the WHERE clause is null. As such, there’s a huge negative impact on performance as each layer loads all the data from the table. I’ve reviewed the serialized output and don’t see the WHERE clause, so I am assuming it’s an omission in the GeoSerializer class.
I’m using version 9.0.0.484.
Thanks,
Damian