Changes for version 1.005 - 2024-09-18
- Bugs fixed
- after an error, the active query was left in place which caused further query attempts to stall (also raised by @ngeojiajun-deriv with a test case :+1:)
- flow control is now applied immediately, to avoid a race condition where the first flow control event could be missed
- flow control is also cleaned up properly, in some cases we could end up with the previous source still attached on the next query
Modules
support for PostgreSQL databases in Database::Async
support for DDL required for Database::Async::ORM