michelp / pgsodium

Modern cryptography for PostgreSQL using libsodium.
Other
555 stars 32 forks source link

Multipart #2

Closed marcmunro closed 4 years ago

marcmunro commented 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.

michelp commented 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?