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: michelp/pgsodium
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.1.7
Choose a base ref
...
head repository: michelp/pgsodium
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.1.8
Choose a head ref
  • 2 commits
  • 8 files changed
  • 2 contributors

Commits on Jun 8, 2023

  1. Fix tests for 3.1.7 (#83)

    * Fix test error on schema caused by pgtap bug
    
    Bug reported to pgtap upstream here:
    
      theory/pgtap#311
    
    * Test minimal postgresql supported version
    
    * Fix test failing because of objects order
    
    the test can fail when running the test on a database with
    a different collation than the one used to write the test.
    
    * Fix SQL error with pg 16
    
    * Fix test errors with pg_read_all_data and pg_write_all_data roles
    
    * Update pgsodium version in test generator
    
    * Add tests about masking_rule.security_invoker column
    
    * Comply tests generator and SQL schema to the new test.sql script
    
    * Create role and extension inside the test's transaction
    
    * Create pgsodium extension outside of the transaction
    
    When creating the extension inside the xact, one test is failing with
    the following error:
    
      ERROR:  unsafe use of new value "secretbox" of enum type key_type
      LINE 1: SELECT id as secretbox_key_id from create_key('secretbox')
                                                          ^
      HINT:  New enum values must be committed before they can be used
    
    * Make volumes accessible inside the container with podman
    ioguix authored Jun 8, 2023
    Configuration menu
    Copy the full SHA
    9ab96e1 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. Fix/trg fire only altered masks (#89)

    * checkpoint to pause this work and cherry pick out trigger fix.
    
    * cherry pick only trigger fix.
    
    * schema updates
    michelp authored Jul 17, 2023
    Configuration menu
    Copy the full SHA
    54c06ac View commit details
    Browse the repository at this point in the history
Loading