Allowing additional commas between columns, and at the end of the SELECT clause

2024-05-13 Thread Artur Formella
Hello! I have created a patch to allow additional commas between columns, and at the end of the SELECT clause. Motivation: Commas of this type are allowed in many programming languages, in some it is even recommended to use them at the ends of lists or objects. A new generation of programmers

Re: Allowing additional commas between columns, and at the end of the SELECT clause

2024-05-14 Thread Artur Formella
On 13.05.2024 11:24, Matthias van de Meent wrote: On Mon, 13 May 2024 at 10:42, Artur Formella wrote: Motivation: Commas of this type are allowed in many programming languages, in some it is even recommended to use them at the ends of lists or objects. Single trailing commas are a feature