DB-Object-v0.11.1
A SQL Database object abstraction class
Changes for v0.11.1 - 2023-03-24T13:08:15Z
- Updated DB::Object::Query::_group_order() to accept an array object as an argument.
- Added method columns() in DB::Object::Tables
- Improved method select() in DB::Object::Query
- Corrected method _group_order() in DB::Object::Query to use the right column prefix
- Added the class DB::Object::IN in DB::Object and method DB::Object::IN() to implement the SQL operator "IN"
- Added the class DB::Object::Expression inside DB::Object
- Corrected a warning due to undefined value in DB::Object::Fields
- Corrected method _where_having() in DB::Object::Query that did not handle properly embedded operators AND/OR
Net-API-REST-v0.8.1
Implementation of RESTful API
Changes for v0.8.1 - 2023-03-24T16:24:44Z
- Changing approach in method reply() in Net::API::REST for post-response callback using $r->pool->cleanup_register
- Corrected method route() for using per HTTP method class method, such as _get => My::Module->list
- Corrected method variables() in class Net::API::REST::Endpoint to use the right support method.
Data-Section-Seekable-0.091
Read and write parts from data section
Changes for 0.091 - 2023-01-20
- No functional changes.
- [doc] Add FAQ item about 'unopened filehandle DATA'.