[codenameone-discussions] Re: status of sqlite DB and threads?

2019-03-31 Thread Shai Almog
The database connection (Database class constructor) happens on a separate thread here. But if you use a custom implementation you can control that too. -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group

[codenameone-discussions] Re: status of sqlite DB and threads?

2019-03-31 Thread Thomas
On Saturday, March 30, 2019 at 6:28:45 AM UTC+1, Shai Almog wrote: > > Because the constructor happens on a separate thread. > Sorry but I am afraid I don't get you here. What do you mean by "the constructor happens on a separate thread"? Are you talking about the Wrapper (=ThreadSafeDatabase)