Roestlab / massdash

MassDash: A web-based dashboard for streamlined DIA-MS visualization, analysis, prototyping, and optimization
https://massdash.streamlit.app/
BSD 3-Clause "New" or "Revised" License
16 stars 3 forks source link

[FIX] sqlite programming error when st.caching #65

Closed singjc closed 6 months ago

singjc commented 6 months ago

Use execute direction from conn instead of using cursor.

This addresses #64

See ProgrammingError: SQLite objects created in a thread can only be used in that same thread. The object was created in thread id 14408 and this is thread id 2776