summary refs log tree commit diff
path: root/test_postgresql.sh (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-01-28Refactor event signing to work on dictsErik Johnston2-42/+104
This is in preparation for making EventBuilder format agnostic, which means event signing should be done against the event dict rather than the EventBuilder object.
2019-01-28Fix UPSERTs on SQLite 3.24+ (#4477)Amber Brown8-18/+30
2019-01-28Change return syntax in doc stringAndrew Morgan1</