Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed a documentation error regarding Multiple insert #737

Merged
merged 1 commit into from Nov 27, 2018
Merged

Fixed a documentation error regarding Multiple insert #737

merged 1 commit into from Nov 27, 2018

Commits on Nov 27, 2018

  1. Fixed a documentation error regarding Multiple insert

    the current docs show that you can pass each row to be inserted as additional params to the query method, however when you try to do that it errors.  In looking up this error here: https://forum.nette.org/en/21412-nette-database-insert-multiple-rows-in-one-query I realized that the multiple rows need to be passed as an array in the second argument which solved the problem.
    tempcke committed Nov 27, 2018
    Configuration menu
    Copy the full SHA
    98516cd View commit details
    Browse the repository at this point in the history