jegelstaff / formulize

Unified data management. One system to handle all data entry, collection, and reporting, across all your unique workflows. Simplify processes. Make people happy.
https://www.formulize.org
GNU General Public License v2.0
27 stars 14 forks source link

findAllEntriesWithAllValues returns false if column name has dash character #467

Open tikyon opened 5 months ago

tikyon commented 5 months ago

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

tikyon commented 5 months ago

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

jegelstaff commented 5 months ago

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.