Skip to content

Archivist: Allow arbitrary data in several columns

Ghost User requested to merge bytea into master

User inputs (ssh commands, names, passwords) may contain invalid UTF-8 data, therefore store them in BYTEA columns. The main database already uses BYTEA. Make sure the data are fed to the DB in the correct format, with a trick with bind_param.

Edited by Vojtech Myslivec

Merge request reports