Skip to content
Snippets Groups Projects
  1. Nov 23, 2021
    • Lars Kruse's avatar
      refactor: use short-lived sessions when accessing the database · 0b594e50
      Lars Kruse authored
      Previously the database connection ("DB.session") was established during
      the startup of Aura Engine.
      This was causing conflicts in the threaded execution environment (#75).
      Now all sessions are acquired in a short-lived context:
      
        with DB.Session() as session:
            ...
      
      If database query performance is a real concern, then the session
      contexts could be moved to a higher level.
      
      Closes: #75
      0b594e50
  2. Jul 29, 2021
  3. Jan 27, 2021
  4. Dec 08, 2020
  5. Nov 27, 2020
  6. Nov 19, 2020
  7. Nov 18, 2020
  8. Oct 31, 2020
  9. Oct 30, 2020
  10. Oct 29, 2020
  11. Oct 28, 2020
  12. Oct 27, 2020
  13. Oct 25, 2020
  14. Oct 23, 2020
  15. Sep 21, 2020
  16. Sep 17, 2020
  17. Jun 28, 2020
  18. Jun 12, 2020
  19. Jun 10, 2020
  20. Jun 04, 2020
  21. May 14, 2020
  22. Mar 21, 2020
  23. Mar 09, 2020
  24. Mar 06, 2020
  25. Mar 02, 2020
  26. Feb 25, 2020
Loading