Problem with SQLContainer and concurrent users

Hi there,
I’ve got a problem with the SQLContainer add-on when running the application with concurrent users. When an user applies a filter on SQLContainer, data change for other users too. Any idea about how to solve this?

I hope you can help me. Thank you very much in advance

Problem solved :grin:

It was due to a static reference to the DBHelper class.