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

Document a non-deprecated way to interact with prepared statements #4673

Merged
merged 3 commits into from Jun 16, 2021

Commits on Jun 16, 2021

  1. Fix Example Code

    The example executes the function `fetchAllAssociative` on the Statement object but this object doesn't have this function. Instead, the function should be executed on the returned result set.
    Sephster authored and derrabus committed Jun 16, 2021
    Copy the full SHA
    3559930 View commit details
    Browse the repository at this point in the history
  2. Use better example for data retrieval

    The existing example proposes clear-text storage of passwords, which is highly discouraged. Furthermore, such an example sheds a negative light on the Doctrine project if security-conscious developers evaluate whether they should use the library based on the provided examples.
    xelan authored and derrabus committed Jun 16, 2021
    Copy the full SHA
    590a30b View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    c0935b6 View commit details
    Browse the repository at this point in the history