Revision history for DBIx::Class::Async
0.15 2026-01-08
- Added sub populate() and populate_bulk() to DBIx::Class::Async::ResultSet.
0.14 2026-01-08
- Added sub slice() to DBIx::Class::Async::ResultSet.
0.13 2026-01-07
- Added sub related_resultset() to DBIx::Class::Async::ResultSet.
0.12 2026-01-06
- Updated pod about N+1 issue.
0.11 2026-01-06
- Search with prefix now supported by DBIx::Class::Async::Schema.
0.10 2026-01-06
- POD cleanup in general.
0.09 2026-01-05
- Added support for Cursor.
0.08 2026-01-05
- Added sub create_related() to DBIx::Class::Async::Row.
0.07 2026-01-05
- Fixed sub prefetch() in DBIx::Class::Async::ResultSet.
0.06 2026-01-05
- Fixed sub next() in DBIx::Class::Async::ResultSet.
0.05 2026-01-04
- Removed redundant documented attributes.
0.04 2026-01-04
- Updated pod document.
0.03 2026-01-04
- Tidied up unit tests.
0.02 2026-01-04
- Added initial draft to support following async operations:
- DBIx::Class::Async::Row
- DBIx::Class::Async::ResultSet
- DBIx::Class::Async::Schema
- DBIx::Class::Async::Storage
- Also added template for the following:
- DBIx::Class::Async::TxnGuard
0.01 2026-01-01
- Module Created.