According to specification, in CRUD operations the 'bind' method is supported for parameter values in filter expression only. By accident it did work also for other methods like arrayAppend, arrayInsert, set, ... Although it stopped with the newest server, where some optimizations related to prepared statements have been introduced.
- fix for cases where bindings are applied in more functions in one CRUD call
- modify test cases to verify more binding options for Collection CRUD operations