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: azurewang/lua-resty-postgres
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: mmatuska/lua-resty-postgres
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 3 commits
  • 2 files changed
  • 1 contributor

Commits on Nov 15, 2019

  1. Configuration menu
    Copy the full SHA
    cfbe47d View commit details
    Browse the repository at this point in the history
  2. Implement boolean convertor

    mmatuska committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    ed67dbd View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2020

  1. Read transaction status and do not stop on an error packet

    When an error packet is received, do not exit and receive the next
    ReadyForQuery packet. Each ReadyForQuery packet has a transaction
    status byte.
    
    set_keepalive() should never be called if a transaction is in progress,
    user should send a ROLLBACK or COMMIT query first.
    mmatuska committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    7140f30 View commit details
    Browse the repository at this point in the history
Loading