Commit Graph

11 Commits

Author SHA1 Message Date
Dmytro Grygorenko
1dce8ebdb8 Revert "fix(TDI-30522): backport to "maintenance/7.3" branch (#4898)" (#5070)
This reverts commit 4380916dcf.
2020-08-12 11:20:05 +03:00
Dmytro Grygorenko
4380916dcf fix(TDI-30522): backport to "maintenance/7.3" branch (#4898)
* fix(TDI-30522): backport to "maintenance/7.3" branch

* fix(TDI-30522): Fixed compile error for tMSSqlOutput component.

* fix(TDI-30522): Some more compile errors fixed.
2020-07-23 10:16:50 +03:00
Roman
6d73503d7d feat(TDI-41387): add additional parameters field (#2973)
* feat(TDI-41387): add property to tFireBirdConnection

* feat(TDI-41387): add property to Greenplum, Ingres

* feat(TDI-41387): add property to Interbase

* feat(TDI-41387): add property to JavaDB

* feat(TDI-41387): add property to MaxDB

* feat(TDI-41387): add property to ParAccel

* feat(TDI-41387): add property to Postgre family

* feat(TDI-41387): add property to VectorWise

* feat(TDI-41387): add property to tCreateTable

* feat(TDI-41387): change property in tCreateTable

* feat(TDI-41387): restore en translation from origin

* feat(TDI-41387): remove separator when it default

* feat(TDI-41387): change url separator for Redshift

* feat(TDI-41387): remove getSeparator method

* feat(TDI-41387): add default param to AS400 and MSSQL

* feat(TDI-41387): replace two params with same name by one

* feat(TDI-41387): hide property when useExistCon=true

* feat(TDI-41387): place properties field to advanced settings

* feat(TDI-41387): change default if logic for MSSQL and AS400

* feat(TDI-41387): change default separator for Sybase db

* feat(TDI-41387): reduce code for firebird

* feat(TDI-41387): reduce code for firebird and greenplum

* feat(TDI-41387): reduce code for Ingres, Interbase, JavaDB

* feat(TDI-41387): reduce code for MaxDB, ParAccel, PostgreSQL, PostgresPlus, tVectorWise

* feat(TDI-41387): change separator for Snowflake

* feat(TDI-41387): move additional params field from basic to advanced
2019-01-18 12:25:17 +02:00
mbasiuk-talend
e8456883a6 fix(TDI-40512): add release resources for VerticaOutput and JavaDBOutput (#2331) 2018-05-23 10:06:12 +03:00
wluo
9545b2c03d Fix workitem TDI-30414 : There are two problems for DBOutput
https://jira.talendforge.org/browse/TDI-30414
2014-09-15 09:33:54 +08:00
CHEN Bin
a764b8d1ce TDI-30499 Chen Bin:remove the log4j code from the components you've done
already
https://jira.talendforge.org/browse/TDI-30499
remove duplicate on DBOutput components
2014-09-05 18:29:33 +08:00
Wu Liu
46551615c8 TDI-30076 : Revert of DBoutput refactoring
https://jira.talendforge.org/browse/TDI-30076
1. Fix the compile err for
tJDBCOutput/tSASOutput/tMSSQLOutput/tAS400Output/tJavaDBOutput when
log4j is enabled.
2. Invoke commit only when commitCounter greater than 0 on
tAmazonMysqlOutput/tAmazonOracleOutput/tDB2Output/tDBOutput/tFireBirdOutput/tGreenplumOutput/tHSQLDBOutput/tIngresOutput/tInterbaseOutput/tJDBCOutput/tJavaDBOutput/tMSSqlOutput/tMaxDBOutput/tMysqlOutput/tOracleOutput/tPostgresqlOutput/tRedshiftOutput/tSQLiteOutput/tSybaseOutput/tVectorWiseOutput/tTeradataOutput/tSasOutput
3. Fix commitCounter always 0 problem on tTeradataOutput
4. Fix NB_Line is wrong when Action on table is CLEAR
5. Correct the position which the code for invoke commit on tDBOutput
2014-09-02 22:02:50 +08:00
CHEN Bin
b84fd60348 bug fixed TDI-30076: Revert of DBoutput refactoring
https://jira.talendforge.org/browse/TDI-30076
1. create new LogUtil & DBLogUtil to help develop log4j for components.
2. format javajet of oracle output component
3. add log4j on tAS400Output/tAccessOutput/tAmazonMysqlOutput/tAmazonOracleOutput/tDB2Output/tDBOutput/tEXAOutput/tFirebirdOutput/tGreenplumOutput/tHSQLDbOutput/tInformixOutput/tIngresOutput/tInterbaseOutput/tJDBCOutput/tJavaDBOutput/tOracleOutput/tMSSqlOutput/tMysqlOutput/tNetezzaOutput/tRedshiftOutput/tSasOutput/tSybaseOutput/tVerticaOutput/tVectorwise
4. declair DBLogUtil on the component which use _TableAction & DBOutputEndGlobalVars
2014-09-02 22:02:03 +08:00
CHEN Bin
ad4ceeefd6 re-commit for TDI-30076: Fix bug TDI-29126 Make password encrypt and decrypt in our components
0c0586e750
2014-09-02 21:57:56 +08:00
CHEN Bin
71a9257b06 bug fixed TDI-30076: Revert of DBoutput refactoring
https://jira.talendforge.org/browse/TDI-30076
Revert "Fix Backlog Task TDI-28733 : Log4j for tXXXDBOutput"
This reverts commit ba5cbbdb.
1. revert the code on all db output 
2. revert the code on the public javajet which only affect log4j and all the references has been revert by step 1
delete AbstractDBOutputBegin/Main/End & templates/DB/Output/HelpClass.javajet
revert the code on AbstractDBOutputFinally & DBOutputEndGlobalVars
3. revert _tableActionForOutput.javajet to ba5cbbdb
from ba5cbbdb, there are four commit about:
https://jira.talendforge.org/browse/TDI-28733
https://jira.talendforge.org/browse/TDI-29153
but each code about these two jira has been reverted, so this file also need to be reverted

keep the modification about Row Component
AbstractDBRowMain & tEXARow_begin.javajet

keep the modification about log4jUtil
log4jDBConnUtil & log4jFileUtil
2014-09-02 21:56:56 +08:00
Sébastien Gandon
0db2c64957 [GIT Migration] Refactor main,test and i18n plugins and features for branch master 2014-06-22 10:53:02 +02:00