gsteri1

Results 7 comments of gsteri1

@januwA I had a multilevel boostrap navbar working. It would work, but on some of the "pages" of my application the callback to bootstrap when a dropdown-item got clicked was...

Windows python 3.9 same problem....

@Prinzhorn The behavior is the same in v18. I have edited the code in the original report.

@Prinzhorn Thanks for the quick responses. I will try to hack something up. In the meantime swapping out to Sqlite3 does not result in a similar issue (slowing the event...

Yeah, I agree that this is my doing. I will try the indexing to see if that cures it.

So adding the index has helped dramatically. Adding in the following pragmas also seems to help. PRAGMA journal_mode = WAL; PRAGMA synchronous = normal; pragma temp_store = memory; More testing...

I am closing this issue. More and more, this looks like my misuse of the library. The application was creating a lot of queries for a field that was stored...