RE: SQL enhancement request (GROOVY-11342)
| Newsgroups | gmane.comp.lang.groovy.user |
|---|---|
| Message-ID | <[email protected]> |
Ah, ok, so I wasn’t missing anything, it would just have to be added to the language. I’m just super happy to be getting the metadata with the sql execute so … :) -Steve From: MG <mgbiz-yvYIh6MZAuFWk0Htik3J/[email protected]> Sent: Friday, March 29, 2024 8:18 PM To: users-GSC0n/0aZo1d/SJB6HiN2Ni2O/[email protected]; [email protected] Subject: Re: SQL enhancement request (GROOVY-11342) That would be eachRowWithIndex, which would imho be nice to have here, as well as for collect (i.e. collectWithIndex)... ;-) Cheers, mg On 29/03/2024 19:17, [email protected] <mailto:[email protected]> wrote: Basically there's no way to get eachRow() to provide a counter...