Skip to content

Releases: jlolling/talendcomp_tDBTableTransfer

Tolerant field matching

30 Apr 10:26
Compare
Choose a tag to compare

If the source contains fields with / or space and in the traget these field exists but with _ as replacement than the component can match these fields if the option "Allow matching fields with slash" is set.

Handling of errors fixed

29 Dec 09:38
Compare
Choose a tag to compare

Prevent problems in case the component runs inside a loop and die-on-error is off.
In this case it was possible the component runs in a deadlock because the former resultset for the metadata are not already closed.
Now the component waits 1s to prevent this.

Error messages over all kind of database types unified.

More none-SQL-standard chars identified for the enclosure of identifiers.

Fix problems with using model cache

11 Aug 10:46
Compare
Choose a tag to compare

Caching model cache works now in a way, there is none interference between different job runs.

Performance improvements

24 Jul 12:34
Compare
Choose a tag to compare

The loading of the data models can now be cached even if the job loads different tables.

Enable fields starting with numbers and have dots

03 Mar 18:22
Compare
Choose a tag to compare

Yes, I could it also hardly belief but some guys build tables with field-names starting with numbers. Actually not allowed but with enclosures it is possible. And yes I had the "pleasure" to work with.
This release 13.3 of this components checks that and takes care it will not become a problem.
Also fields can have now dots in the name - yes this also happens. Hard to belief.

Bug solved: Component fails if Logging is in DEBUG mode

30 Nov 13:54
Compare
Choose a tag to compare

Bug solved: Component fails if Logging is in DEBUG mode

Setup keywords implemented

28 Nov 20:40
Compare
Choose a tag to compare

Keywords can now be configured as comma separated string.
Improved error messages when writing into target table failed.

Improve behaviour for Date and Timestamp fields

21 Jun 15:03
Compare
Choose a tag to compare

All Date and Timestamps will be processed now in the target as Timestamps to allow always the transfer of time.

Fetch field from query improved

09 Dec 13:12
Compare
Choose a tag to compare

For PostgreSQL and MySQL and MariaDB the component recognizes now better the alias of fields.
For fixed values with Date type it is now not necessary to create a java.sql.Date anymore. The component converts a java.util.Date themself.

Improvements for MySQL/MariaDB

29 Sep 13:25
Compare
Choose a tag to compare

The component now works also for the latest version of MySQL driver.
The setup for streaming results is now independent of the driver version.
The setup also now works for other connection pools.

The dependency to the PostgreSQL and MySQL driver is removed.