Files
snek/src
retoor f2c67c02d0 fix: remove async semaphore and executor wrapping from BaseMapper execute method
The synchronous _execute call replaces the previous async pattern that used a semaphore
and run_in_executor, simplifying the execution path and removing unnecessary async overhead
for database operations that are already synchronous in nature.
2025-07-04 07:32:03 +00:00
..