Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
pgFormatter-1.2.tar.gz | 2013-01-11 | 27.0 kB | |
README.txt | 2013-01-11 | 855 Bytes |
|
Totals: 2 Items | 27.9 kB | 0 |
January 11 2013 - v1.2 This release add file upload capability in CGI context and better code formatting. - Add HTML break before the footer in CGI context. - Fix documentation. Thanks to Dickson S. Guedes for the patch. - Add missing SQL::Beautify paternity and update license part of the documentation. - Allow file upload in CGI context. - Fix issue in formatting that prevent left back indentation when major keywords were found. Thanks to Kevin Brannen for the patch. - Add information in code comments about external files in CGI mode. - Force the parser to not insert a new line after the SET keyword when the query begin with it. This is to preserve the single line with queries like SET client_encoding TO "utf8"; - Add new line after SET keyword to better format UPDATE queries. Thanks to Pilat66 for the report.