summary refs log tree commit diff
path: root/scripts-dev/check_auth.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-10-31Make the port script drop NUL values in all tablesDavid Baker1-7/+19
Postgres doesn't support NULs in strings so it makes the script throw an exception and stop if any values contain \0. Drop them with appropriate warning.
2017-10-31fix testsRichard van der Hoff1-0/+1
2017-10-31