First a note, all my tests involved a relatively simple table with a schema like this (column names did vary):CREATE TABLE enctest (
id int,
id_text...
↧