Skip to content
Snippets Groups Projects
  1. Jan 14, 2022
  2. Nov 23, 2021
    • Lars Kruse's avatar
      docs: fix spelling issues · e3f72817
      Lars Kruse authored
      Thanks, codespell!
      e3f72817
    • 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
  3. Nov 22, 2021
  4. Jul 29, 2021
  5. Jul 08, 2021
  6. May 06, 2021
  7. May 05, 2021
  8. May 04, 2021
  9. Jan 27, 2021
  10. Jan 18, 2021
  11. Dec 16, 2020
  12. Dec 14, 2020
  13. Dec 08, 2020
  14. Nov 27, 2020
  15. Nov 20, 2020
  16. Nov 19, 2020
  17. Nov 18, 2020
  18. Nov 17, 2020
  19. Nov 13, 2020
  20. Oct 31, 2020
  21. Oct 30, 2020
  22. Oct 29, 2020
Loading