Skip to content
This repository was archived by the owner on Sep 28, 2022. It is now read-only.
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: swoole/ext-postgresql
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: swoole/ext-postgresql
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: feature/new-features
Choose a head ref
  • 3 commits
  • 1 file changed
  • 1 contributor

Commits on Sep 15, 2020

  1. New features and fixes

    * Fixed "prepare" method that always returns true (even when an error has occurred)
    * Added "resultStatus" property so you can figure out how to interpret the result
    * Added "resultDiag" property that can be very useful for error message building and for errors troubleshooting.
    codercms committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    f3bd8a1 View commit details
    Browse the repository at this point in the history
  2. New features and fixes

    * Fixed "prepare" method that always returns true (even when an error has occurred)
    * Added "resultStatus" property so you can figure out how to interpret the result
    * Added "resultDiag" property that can be very useful for error message building and for errors troubleshooting.
    codercms committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    b2f5ca8 View commit details
    Browse the repository at this point in the history
  3. New features and fixes

    * Fixed "prepare" method that always returns true (even when an error has occurred)
    * Added "resultStatus" property so you can figure out how to interpret the result
    * Added "resultDiag" property that can be very useful for error message building and for errors troubleshooting.
    codercms committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    f9e2292 View commit details
    Browse the repository at this point in the history
Loading