Michal Papis
Michal Papis
What `bash --version` are you using?
@adeadman I wonder if this can be checked so we can add a warning, my Ubuntu uses older Bash so I do not know yet how to check it -...
this will require bigger investigation on our side (even with replicating the conditions) - and then rewriting some of the functionalities, this will take time, lots of time -> @pkuczynski...
Hey, sorry for late answer, I'm not actively on OSX anymore, I'm open for maintainers, or singular PR's, will do my best to review fixes and help maintain the tool.
I have created a common repository jst for the "bash zsh support" part, you can follow it here https://github.com/mpapis/bash_zsh_support
user does not have to provide the wrapper, every tool can redefine it, there is no harm in defining the same functions many times, and yes you can simplify your...
please open a pull request, does `grep -irn cygwin scripts` show any other places that might need changing?
In the example: - `points.contacts` - my use case, this one is important for me - `points.owner` - made up example, I think it might came up earlier or later...
Update: just found out that `points.owner` is actually my use case, thankfully there is just one level as in the example.
Update2: also found another use cases with such fields: ```sql '{\"emails_changes\":[[\"[email protected]\"],[\"[email protected]\",\"[email protected]\"]]}', '{\"emails\":[\"[email protected]\",\"[email protected]\"]}', '{\"email_changes\":[\"[email protected]\",\"[email protected]\"]}', ```