leehaut opened a new pull request, #8267: URL: https://github.com/apache/hop/pull/8267
Fix https://github.com/apache/hop/issues/8260 ## Summary - Database Lookup's Get Fields always fills the Type column (for example String). After that, Hop built a brand-new output field and threw away the table's length. A `varchar(100)` column became String with no length (`-`), so Table Output / bulk loaders could generate the wrong DDL. - This change still honors the Type you configure. It copies length, precision, mask, and JDBC comments from the table column instead of starting from an empty field. If the table column cannot be found, behavior is unchanged. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
