in reply to Re^2: dbicdump not importing the full table (Postgres)
in thread dbicdump not importing the full table (Postgres)

FWIW, sqlt SQL::Translator v0.11010 chokes on
COMMENT ON TABLE xml IS 'Full XML records, to test for changes. We don''t need to know the repo or anything: if the XML we have to pro +cess matches a record, then we can skip to the next record.';
and
ALTER SEQUENCE "Sources_id_seq" OWNED BY networks.id;
but otherwise merrily generates a gigantic module with no missing fields, same as it did your original snippet at Re^2: dbicdump not importing the full table (Postgres)

I did not try the latest dev version RIBASUSHI/SQL-Translator-0.11010_06.tar.gz