Incorrect function name `bindaparam` in documentation example

Issue #2334 resolved
Former user created an issue

In the documentation section "Inserts and Updates", in the example describing the bindparam, twice the expression {{{users.insert().values(id=bindparam('_id'), name=bindaparam('_name'))}}} is used. It should be

Comments (2)

  1. Log in to comment