formulize icon indicating copy to clipboard operation
formulize copied to clipboard

findAllEntriesWithAllValues returns false if column name has dash character

Open tikyon opened this issue 1 year ago • 2 comments

Removing such column from $fieldsToReturn will return the expected array.

tikyon avatar Apr 18 '24 19:04 tikyon

Another workaround is to enclose it with `` in $fieldsToReturn

tikyon avatar Apr 18 '24 19:04 tikyon

Yeah.... since there's a workaround to pass in a clean string, this will go into the backlog. The solution will be fairly simple, just need to unpack the fieldsToReturn and encapsulate them in the method before putting them back together and using them. Just a touch too much code to do it on the spot though, mostly because of the need for testing.

jegelstaff avatar Apr 24 '24 04:04 jegelstaff