wang wei
1cb4e69f43
fix(TDI-46555): Unrecognized type id_byte[] while doing dynamic schema mapping ( #6624 )
2021-09-10 14:52:57 +08:00
OleksiiNimych
60364dcddb
fix(TDI-45551): SingleStore fix blob type processing ( #6084 ) ( #6144 )
2021-04-27 10:51:02 +03:00
wang wei
b92b87a962
fix(TDI-45577): Job using snowflake dynamic schema fails with special char ( #6095 ) ( #6109 )
2021-04-19 10:07:15 +08:00
wang wei
722526f024
fix(TDI-45650): [7.3.1] tDeltaLakeOutput- not handling the updates when we are using Dynamic schema( #5908 )
2021-04-07 14:46:17 +08:00
sbliu
7f4f533438
feat(TUP-30114) Update Copyrights to 2021 for master code ( #5902 )
2021-03-04 18:06:13 +08:00
wang wei
d2621d049e
fix(TDI-42747): fix the issue for tjdbcinput with dynamic column and inside talend object type like for database type blob( #3783 )
2019-08-08 09:12:43 +08:00
Irene Wang
d7142d5368
DEVOPS-6106 Update copyright year to 2019
2019-06-10 17:38:21 +02:00
wang wei
2e7a5a0241
fix(TDI-41188): map Snowflake Time type to Talend Date instead of Talend Integer ( #2945 )
2018-11-14 13:51:57 +08:00
Emmanuel GALLOIS
feeea8220a
feat(TDI-40875): bumped codegen-utils to 0.25.3 ( #2712 )
2018-09-18 11:56:03 +02:00
Emmanuel GALLOIS
d0cda1523c
feat(TDI-40875): give to writer all incoming columns ( #2617 )
...
* feat(TDI-40875): give to writer all incoming columns even if there're not in the component's schema.
* feat(TDI-40875): add incoming node columns for creating new RT schema
2018-09-11 11:28:47 +02:00
chmyga
d2e8128a10
fix(TDI-40994): SnowflakeInput incorrect date ( #2668 )
...
* Fix Date conversion in IncomingSchemaEnforcer
* Fix tests
* Bump talend-codegen-utils lib version
2018-09-10 11:34:55 +03:00
chmyga
ad7d8fc332
fix(TDI-40868): incorrect dates inserted Snowflake ( #2605 )
...
* fix(TDI-40868): incorrect dates inserted Snowflake
* Fix timezone problems for date fields
* Bump version
* fix(TDI-40868): incorrect dates inserted Snowflake
* Fix version of codegen lib in libraris custom
2018-08-30 08:14:53 +03:00
wang wei
66411b9e77
fix(TDI-40858): fix the unstable format as different OS(different row separator) and fix the format for the java file ( #2599 )
2018-08-13 11:54:50 +08:00
wang wei
d65b810b9d
fix(TDI-40858): fix the tcompv0 dynamic type performance issue with studio( #2592 )
2018-08-13 10:54:29 +08:00
mbasiuk-talend
d844ffa9ec
Mbasiuk/tdi 40511 design schema mapping ( #2365 )
...
* fix(TDI-40511): add index mapping for missing field in runtime schema
* fix(TDI-40511): fix issues with ordering
* fix(TDI-40511): replace magic numbers with constant.
* fix(TDI-40511): bump versions
2018-05-30 17:44:18 +03:00
mbasiuk-talend
e78b01ae11
fix(TDI-40511): add index mapping for missing field in runtime schema ( #2327 )
...
* fix(TDI-40511): add index mapping for missing field in runtime schema
* fix(TDI-40511): fix issues with ordering
* fix(TDI-40511): replace magic numbers with constant.
2018-05-21 17:24:36 +03:00
wang wei
6a76e3ecb3
feat(TDI-40061): upgrade the daikon version ( #1962 )
2018-02-12 11:08:05 +08:00
Irene Wang
f3a2d6d36b
DEVOPS-3791 Update copyright year to 2018
2018-02-09 12:57:59 +01:00
Dmytro Sylaiev
a15d51591c
feat(TDI-39312): move marklogic to tcomp ( #1843 )
...
* feat(TDI-39466): Process marklogicOutput Objects (#1669 )
* When component has avro byte with Object class flag - enforcer will propagate data further
* feat(TDI-39469): Implement marklogic migration task (#1743 )
* feat(TDI-39469): Implement marklogic migration task
* fix(TDI-39469): Change migration version
* Set breaks and version 7.0
* Small refactoring
* fix(TDI-39469): Fix migration task date
* fix(TDI-39469): Fix overwriting output schema
* fix(TDI-39469): Fix migration props with diff names
*In tMarkLogicOutput Action and data type properties have several values which names are differ
* fix(TDI-39469): Fix tmarklogicinput schema migration
* feat(TDI-39312): change migration to conform dataset, datastore concepts
2018-01-22 18:29:21 +08:00
nrousseau
e84c8cf2d5
feat(TDI-39741): fix component / daikon version
2018-01-16 11:40:57 +08:00
Emmanuel GALLOIS
3ab6059bc3
feat(TDI-39741): add data process parts to codegen ( #1862 )
...
* implement cleanWrites for flow variables writer
* bump codegen-utils version
2018-01-15 15:22:21 +00:00
Irene Wang
533a6b8b37
Update copyright to 2017
2017-09-05 17:12:36 +02:00
Ivan Gonchar
3ae65cab86
Igonchar/revert codegen ( #1530 )
...
* fix(TDI-37213): revert IncomingSchemaEnforcer
* fix(TDI-37213): revert OutgoingSchemaEnforcer
* fix(TDI-37213): revert enforcer creator
* fix(TDI-37213): revert tests
* fix(TDI-31213): change talend-codegen-utils lib version to 0.20.2
* fix(TDI-31213): change talend-codegen-utils lib version in Studio to 0.20.2
* chore(TDI-31213): fix formatting
* fix(TDI-37213): remove test for Double to BigDecimal conversion
2017-07-17 20:52:35 +03:00
Ivan Gonchar
ba085bf281
Igonchar/fix dependency on di ( #1524 )
...
* fix: change usage classed from di to classes from current lib
* fix: fix BigDecimal converter to convert Double
* fix: upgrade talend-codegen-utils lib to 0.20.1 version
* fix: change talend-codegen-utils library version to 0.20.1 in Studio
* fix: fix wrong package in javadoc
2017-07-13 19:52:45 +03:00
Ivan Gonchar
afd7a19c2a
Igonchar/tdi 37213 move converters to codegen utils ( #1441 )
...
* chore(TDI-37213): bump version to 0.20.0
* chore(TDI-37213): copy DI conversion staff from Daikon to codegen-utils library
2017-06-23 15:35:54 +03:00
Ivan Gonchar
6d968d3f9a
chore(TDI-37213): bump version to 0.17.0 ( #1440 )
2017-06-23 15:28:59 +03:00
wang wei
0082a9e908
update the pom to adapter the new talend maven nexus repository(or only ( #1019 )
...
change a name mapping)
2017-02-28 17:29:58 +08:00
Ivan Honchar
4468771cb5
fix(TCOMP-230): fix NPE problem in case of empty Iterable returned from wrapped Writer
2017-02-15 18:00:23 +02:00
Irene Wang
ac7ff1a66c
DEVOPS-1593 Add distributionManagement
2017-01-03 09:36:53 +01:00
Ivan Honchar
9b4ac51fae
feat(TCOMP-230): fix codegen-utils version to 0.17.0-SNAPSHOT
2016-12-23 10:56:50 +02:00
Ivan Honchar
8ed5e4bf47
feat(TCOMP-230): clean pom.xml
2016-12-20 18:14:43 +02:00
Ivan Honchar
edf2298755
feat(TCOMP-230): make formatting correct
2016-12-20 18:01:52 +02:00
Ivan Honchar
150d823dd9
feat(TCOMP-230): add di codegen classes from daikon
2016-12-20 17:42:37 +02:00
Ivan Honchar
3362518614
feat(TCOMP-230): add license headers
2016-12-20 17:40:55 +02:00
Ivan Honchar
e9b6ff2988
feat(TCOMP-230): implement codegen utilities library
2016-12-20 17:28:30 +02:00