summaryrefslogtreecommitdiff
path: root/databases/p5-pgFormatter
AgeCommit message (Collapse)AuthorFilesLines
2022-06-28*: recursive bump for perl 5.36wiz1-1/+2
2022-01-22p5-pgFormatter: update to 5.2, PR pkg/56564.bsiegert2-6/+6
December 03 2021 - v5.2 This maintenance release fixes issues reported by users since the last six months with some improvements and new features. New options and features: * Allow to pass multiple files when using --inplace. Thanks to mieszko4 for the patch. * Add a button to copy formatted text to clipboard in the CGI interface. Thanks to Yan Sheng for the feature request. Here is the complete list of changes and acknowledgments: - Fix bad formatting of materialized view ddl with parameters. Thanks to Wilson Lin for the report. - Fix/unicode and --inplace argument causing an error. Thanks to mieszko4 for the patch. - Fix anonymizing disabled in last version. Thanks to Nikolas Poniros for the report. - Correctly format casts to quoted types. Thanks to Adam Vartanian for the patch.
2021-11-06New package, p5-pgFormatter. From Kogule Ryo in PR pkg/56444.bsiegert4-0/+62
A PostgreSQL SQL syntax beautifier that can work as a console program or as a CGI. This SQL formatter/beautifier supports keywords from SQL-92, SQL-99, SQL-2003, SQL-2008, SQL-2011 and PostgreSQL specifics keywords. Works with any other databases too. Changes from the submitted version in the PR: - p5 prefix for the package name - clean up of github logic - REPLACE_PERL - updated distinfo with BLAKE2s