Closed marcmunro closed 4 years ago
Michel, This provides additional functions for multi-part message signing along with tests.
I moved the create extension statements in test.sql into the transaction block. This means that after rollback, the extensions have been cleared out. It makes stand-alone testing a little easier.
Hmm, the travis tests are passing on 13 an 12, but not 11:
psql:/pgsodium/test.sql:15: ERROR: syntax error at or near "AGGREGATE"
Did the syntax change between 11 and 12?
Michel, This provides additional functions for multi-part message signing along with tests.
I moved the create extension statements in test.sql into the transaction block. This means that after rollback, the extensions have been cleared out. It makes stand-alone testing a little easier.