Hi all,
plugins.rawSQL.flushAllClientsCache method is not working on servoy 8. showing strange behaviour when trying to flush the clients just dont return any thing and jump out of the method do not give any errors as well.
Regards,
Ali
Hi all,
plugins.rawSQL.flushAllClientsCache method is not working on servoy 8. showing strange behaviour when trying to flush the clients just dont return any thing and jump out of the method do not give any errors as well.
Regards,
Ali
can anyone verify this. if this is at my end or plugin issue on servoy 8?
this method should work exactly the same as in Servoy 7
That code shouldn’t any different between them
You are sure that you get an exception somehow?
So if you do
plugins.rawSQL.flushAllClientsCache()
and then the next line:
application.output(“called”)
then that is not called?
Do you have a global error handler on your solution? That is swalloing this exception?
Also what happens if you try/catch that flush call?
Hi Johan,
yes i was printing the output just after flushAllClientsCache() but the application.output(“called”) is never called. i have made a sample solution but it shows the same behaviour. i have added the sample solution for servoy 8.
Regards
Ali Qazi
sample.servoy (3.54 KB)
case created: Jira