Hi:
Some recent commits have been changing some SQL keywords from capital letters to lowercase, as: and, or, case...
According to https://weberp.org/CodingStandards.html we should use all capitals for keywords,.
I think changing these keywords to lowercase makes the code less readable, and revising or merging commits way more complex as the number of lines involved increases.
R
Hi:
Some recent commits have been changing some SQL keywords from capital letters to lowercase, as: and, or, case...
According to https://weberp.org/CodingStandards.html we should use all capitals for keywords,.
I think changing these keywords to lowercase makes the code less readable, and revising or merging commits way more complex as the number of lines involved increases.
R