ora2pg
ora2pg copied to clipboard
Add reference to CHR(0) in assessment report
PostgreSQL doesn't support ASCII \0 in strings so whenever CHR(0) is being used in PL/SQL, assessment report should mention/reference it. (It can be refactored by using a binary type "bytea" instead of a string type)
Thanks for the report, that's right, will be done.