Skip to content
Snippets Groups Projects
  1. Nov 27, 2023
  2. Nov 24, 2023
  3. Oct 13, 2023
  4. Aug 16, 2023
  5. Aug 15, 2023
  6. May 16, 2023
  7. Feb 09, 2023
  8. Jul 29, 2022
  9. Mar 09, 2022
  10. Feb 25, 2022
  11. Jan 22, 2022
    • Lars Kruse's avatar
      fix(database): use the request-based database sessions provided by flask-sqlalchemy · 10ce500d
      Lars Kruse authored
      Currently the database session is created during application startup and
      is used in all threads.  This is problematic, since the session is not
      thread-safe.
      Now we use the request-based database session provided by
      flask-sqlachemy instead.
      
      But this does not really solve the problem of using the same session in
      different threads, since the threads are started within a request.
      10ce500d
  12. Jan 14, 2022
  13. Nov 23, 2021
  14. Jan 27, 2021
  15. Dec 18, 2020
  16. Dec 08, 2020
  17. Nov 27, 2020
  18. Nov 18, 2020
  19. Oct 29, 2020
  20. Oct 28, 2020
  21. Oct 23, 2020
  22. Sep 23, 2020
  23. Sep 09, 2020
  24. Jun 28, 2020
  25. Jun 04, 2020
  26. Apr 27, 2020
  27. Apr 21, 2020
  28. Apr 20, 2020
Loading