Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: nette/database
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: nette/database
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: bind-bugfix
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 6 files changed
  • 1 contributor

Commits on Nov 5, 2023

  1. Configuration menu
    Copy the full SHA
    f375cbf View commit details
    Browse the repository at this point in the history
  2. SqlPreprocessor: integers are not passed via bindValue()

    Partially reverts "SqlPreprocessor: scalar are always passed via bindValue()  (BC break)"
    
    This reverts commit 644b587.
    
    It caused the error with SQLSRV & deleteCacheBug.phpt https://ci.appveyor.com/project/dg/database/build/1.0.217
    dg committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    d63342d View commit details
    Browse the repository at this point in the history
Loading