View Revisions: Issue #6760

Summary 0006760: Postgres binary bulk loader fails to parse times with 4+ digits of precision and timestamps with 4, 5, or 7+ digits of precision
Revision 2025-03-24 14:15 by emiller
Description The Postgres binary bulk loader throws an exception when parsing times with 4+ digits of precision and timestamps with with 4, 5, or 7+ digits of precision. If this occurs when parsing data from the first row, the bulk loader falls back to text mode. Otherwise, SymmetricDS falls back to the default loader. Make sure that the Postgres binary bulk loader can parse times and timestamps with 0-12 digits of precision so that it does not have to fall back.
Revision 2025-03-17 12:25 by emiller
Description The Postgres binary bulk loader throws an exception when parsing timestamps with with 4, 5, or 7+ digits of precision. If this occurs when parsing data from the first row, the bulk loader falls back to text mode. Otherwise, SymmetricDS falls back to the default loader. Make sure that the Postgres binary bulk loader can parse timestamps with 0-12 digits of precision so that it does not have to fall back.