SQL::Abstract::Classic was inspired by the excellent DBIx::Abstract. However, in
using that module I found that what I really wanted to do was generate SQL, but
still retain complete control over my statement handles and use the DBI
interface. So, I set out to create an abstract SQL generation module.
While based on the concepts used by DBIx::Abstract, there are several important
differences, especially when it comes to WHERE clauses. I have modified the
concepts used to make the SQL easier to generate from Perl data structures and,
IMO, more intuitive. The underlying idea is for this module to do what you mean,
based on the data structures you provide it. The big advantage is that you don't
have to modify your code every time your data changes, as this module figures it
out.
WWW: https://metacpan.org/release/SQL-Abstract-Classic
<ChangeLog>
Upgrade urgency MODERATE: several bugs with moderate impact are fixed here.
The most important issues are listed here:
* Fix crash when enabling CLIENT TRACKING with prefix
* EXEC always fails with EXECABORT and multi-state is cleared
* RESTORE ABSTTL won't store expired keys into the db
* redis-cli better handling of non-pritable key names
* TLS: Ignore client cert when tls-auth-clients off
* Tracking: fix invalidation message on flush
* Notify systemd on Sentinel startup
* Fix crash on a misuse of STRALGO
* Few fixes in module API
* Fix a few rare leaks (STRALGO error misuse, Sentinel)
* Fix a possible invalid access in defrag of scripts (unlikely to cause real harm)
New features:
* LPOS command to search in a list
* Use user+pass for MIGRATE in redis-cli and redis-benchmark in cluster mode
* redis-cli support TLS for --pipe, --rdb and --replica options
* TLS: Session caching configuration support
</ChangeLog>
Upate the start script of the rrdtool component rrdcached to not hardcode
things like group, socket and pid.
These can now be overridden in /etc/rc.conf with rrdcached_group,
rrdcached_address and rrdcached_pid, respectively.
The defaults are still the same.
PR: 246122
Submitted by: Dries Michiels
MFH: 2020Q3
Changelog: Bug fixes
Fix build error on some system (Fedora 32). (Tatsuo Ishii)
Fix pgpool ssl front end accept all ciphers. (bug 608) (Muhammad Usama)
Downgrade too verbose authentication logs. (Tatsuo Ishii)
Fix unnecessary checks. (Tatsuo Ishii)
Doc: Fix typo. (Tatsuo Ishii)
Fix for segmentation fault in PCP process. (bug 598) (Muhammad Usama)
Fix a warning message is never output in watchdog. (Tatsuo Ishii)
Doc: Fix typo. (Tatsuo Ishii, Bo Peng)
Fix Pgpool-II hangs when an Execute message is issued right after Sync message and query cache hits. (Tatsuo Ishii)
Fix problems in watchdog source code processing json data. (bug 596) (Tatsuo Ishii)
Fix SCRAM auth handling bug. (bug 595) (Tatsuo Ishii)
Fix possible data inconsistency in native replication mode. (Tatsuo Ishii)
Fix watchdog ping probes fail with long hostnames due to small buffer. (bug 516) (Bo Peng)
Doc: Enhance documents. (Tatsuo Ishii)
Fix "last status change" timestamp is not set properly. (Tatsuo Ishii)
Sponsored by: Bounce Experts
Changelog: Bug fixes
Fix build error on some system (Fedora 32). (Tatsuo Ishii)
Doc: Add note about if_up_cmd and if_down_cmd command. (Bo Peng)
Fix pgpool ssl front end accept all ciphers. (bug 608) (Muhammad Usama)
Downgrade too verbose authentication logs. (Tatsuo Ishii)
Fix unnecessary checks. (Tatsuo Ishii)
Doc: Fix typo. (Tatsuo Ishii)
Fix for segmentation fault in PCP process. (bug 598) (Muhammad Usama)
Fix a warning message is never output in watchdog. (Tatsuo Ishii)
Doc: Fix typo. (Tatsuo Ishii, Bo Peng)
Fix Pgpool-II hangs when an Execute message is issued right after Sync message and query cache hits. (Tatsuo Ishii)
Fix problems in watchdog source code processing json data. (bug 596) (Tatsuo Ishii)
Fix SCRAM auth handling bug. (bug 595) (Tatsuo Ishii)
Fix possible data inconsistency in native replication mode. (Tatsuo Ishii)
Fix watchdog ping probes fail with long hostnames due to small buffer. (bug 516) (Bo Peng)
Doc: Enhance documents. (Tatsuo Ishii)
Fix "last status change" timestamp is not set properly. (Tatsuo Ishii)
Sponsored by: Bounce Experts
Changelog:
Bug fixes
Fix build error on some system (Fedora 32). (Tatsuo Ishii)
Fix unnecessary checks. (Tatsuo Ishii)
Doc: Fix typo. (Tatsuo Ishii)
Fix for segmentation fault in PCP process. (bug 598) (Muhammad Usama)
Doc: Fix typo. (Tatsuo Ishii, Bo Peng)
Fix Pgpool-II hangs when an Execute message is issued right after Sync message and query cache hits. (Tatsuo Ishii)
Fix problems in watchdog source code processing json data. (bug 596) (Tatsuo Ishii)
Fix possible data inconsistency in native replication mode. (Tatsuo Ishii)
Fix watchdog ping probes fail with long hostnames due to small buffer. (bug 516) (Bo Peng)
Sponsored by: Bounce Experts