Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2017-10-31 | Make the port script drop NUL values in all tables | David Baker | 1 | -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-31 | fix tests | Richard van der Hoff | 1 | -0/+1 | |
2017-10-31 |