From: Will Budic Date: Sat, 6 Jul 2024 04:06:13 +0000 (+1000) Subject: sub. 3.3.1 Simple table relations now implemented. X-Git-Url: https://lifelog.hopto.org/gitweb/?a=commitdiff_plain;h=c2a26b2e44e0ac08024031230b68bcfe5a06d87d;p=PerlCNF.git sub. 3.3.1 Simple table relations now implemented. --- diff --git a/README.md b/README.md index 2125bb8..9ccdf0b 100644 --- a/README.md +++ b/README.md @@ -16,15 +16,17 @@ Public open source: git clone git://lifelog.hopto.org/PerlCNF --- ## Release Status -* (024-07-06) - v.3.3.1, **PerlCNF Minor Release** - Further development on data plugins and tables. First simple one to one relationship between tables implemented. + +* (2024-07-06) - v.3.3.1, **PerlCNF Minor New Release** + Further development on data plugins and tables. First simple many to one (any to single) relationship between tables implemented. * CNFSQL updated. * New CentralDataPlugin * Creates automated SQL queries and synchronization based on a TREE schema, fully automated. * CNF DATA based instructions, that is tables are converted automatically to and SQL database/ * TestManger major upgrade, has better output and error handling, argument options. - * testAll.pl, reports better now, lising failed cases last, to easier find. + * testAll.pl, reports better now, listing of failed cases last, to easier find. * Plugin Exception should not throw exceptions with trace from packages, is another observance. + * (2024-06-25) - v.3.3, **PerlCNF Released** Preliminary release of v.3.3 has now pushed to the [gitweb](http://lifelog.hopto.org/gitweb/?p=PerlCNF.git;a=tree). Specification and release loge yet has to be updated.