You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 8, 2022. It is now read-only.
Thank you very much for your quick response. I also accounted the same issue #17 when access database in multithread . Now I use synchronized for all db manipulations(both read and write) , so that only one thread to access db to prevent these issue. Any good suggestion for this?
now I need to use a loop to get the records for multiple ids. Can I use something like "in" of sql to query once and get all the records
"select * from table where id in (10,20,30)"
The text was updated successfully, but these errors were encountered: