Freezer icon indicating copy to clipboard operation
Freezer copied to clipboard

Freezer close database after every operation

Open allenz8512 opened this issue 8 years ago • 3 comments

Which may cause "java.lang.IllegalStateException: attempt to re-open an already-closed object." or "java.lang.IllegalStateException: Cannot perform this operation because the connection pool has been closed."

allenz8512 avatar Mar 11 '16 10:03 allenz8512

Work well on single thread, but it has chance to throw when using multithread access database

allenz8512 avatar Mar 12 '16 09:03 allenz8512

mmm I don't know how to handle it, any idea ?

florent37 avatar May 06 '16 18:05 florent37

#28 might have fixed this issue if you use add(List<Object> objects) instead of many add(Object object)

graphee-gabriel avatar Feb 09 '17 16:02 graphee-gabriel