Search-ElasticDirect-2.5.2
An interface to ElasticSearch API, version independent
Changes for 2.5.2 - 2023-03-24T13:10:00+02:00
- Fix a bug certification check when both certca, key, cert were defined
MySQL-GrantParser-1.004
parse SHOW GRANTS and return as hash reference
Changes for 1.004 - 2023-03-24T11:12:16+00:00
- IMPROVEMENTS
App-samesize-0.018
現行ディレクトリにある全く同じバイトサイズのファイルを一覧にする。MD5ハッシュ値を使うオプションもある。
Changes for 0.018 - 2023-03-24
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