Yevgeniy Zakharov
Yevgeniy Zakharov
let's wait for @nmgwddj response first
looks like you are still getting error. Is that correct?
which branch do you use? `dev`?
are you using single header or no?
weird things. I did the same on my mac but with clang and it worked well. Can you check the same with clang?
I don't understand how `retain_count` can be decremented up to zero if you called `db.open_forever`. `open_forever` call will keep db opened until dtor is fired
to make it atomic first I need to be sure that the reason is that retain_count becomes zero. Logically it looks like that it cannot happen. Can you make sure...
guys please review my comment in the PR @trueqbit created https://github.com/fnc12/sqlite_orm/pull/1054#discussion_r898817873
@robin-arcsite can you please provide test code for it? thanks
@robin-arcsite can you repro it with the current `dev` branch?