0
I Use This!
Very High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Nov 05, 2024 — Nov 05, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Removed demo boolean (always false now ;-)) Also, added extra "simple" constructor if you just want to generate an image of the transformation. More... almost 20 years ago
Changed preview method using TransPreviewFactory More... almost 20 years ago
Changed preview method using TransPreviewFactory More... almost 20 years ago
Factory to create a new transformation using one StepMetaInterface. The other step in the transformation is a dummy step. This is the most simple transformation possible in Kettle and we can run previews on it. Can be used in step dialogs for all kind of purposes. More... almost 20 years ago
Huge performance upgrade by removing the set of default values. These values are overwritten anyway by the parent dialog. 50.000 rows of 30 fields now show in under 1 minute on my laptop. More... almost 20 years ago
Trying to speed up preview of rows by asynchronous fill of table values. More... almost 20 years ago
Default values are not used in Columns, the constructors using default methods are deprecated. More... almost 20 years ago
Even if we didn't specify a log date connection, we still have to respect the max. time difference between start and end date range. More... almost 20 years ago
Removed licensing trace, demo warning code and moved to "/" use in Repository paths More... almost 20 years ago
Added static final method to be use in Comparable() when sorting Rows More... almost 20 years ago
Changed the File separator for Repository object to "/" instead of "/" or "\" system dependand. Otherwise, you get conflicts when working on both windows and unix systems simultanious. More... almost 20 years ago
Added extra logging abot repository and username usage More... almost 20 years ago
Oups, setDate uses wrong precision to save timestamps, has to be NOT supportsTimeStamp... More... almost 20 years ago
Trying to create a cross table More... almost 20 years ago
Added extra rowlevel logging for Bug - [# 1424] Filter step problem More... almost 20 years ago
Rename return fields of DimensionLookup More... almost 20 years ago
git-svn-id: svn://source.pentaho.org/svnkettleroot/mirror/Kettle/trunk@205 5fb7f6ec-07c1-534a-b4ca-9155e429e800 More... almost 20 years ago
Added javadoc More... almost 20 years ago
Modified Spoon tip More... almost 20 years ago
Correct DimensionLookup checks in case the returned field isn't the same name. In fact this was buggy. (strange that it took this long to find it) More... almost 20 years ago
Lower the size of CLOB to accomodate 16M reported size of MySQL and others. This removed error about wanting to increase size of logging table CLOB field. More... almost 20 years ago
Trying to get BigNumber to convert to String properly. Converting decimal manually to correct local decimal symbol. More... almost 20 years ago
Commiting stuff for Interbase database support on the repository etc. (not working correctly so far) More... almost 20 years ago
Corrected data types for Interbase, also set correct "truncate table" statement: there isn't one :-( More... almost 20 years ago
Log about the used encoding More... almost 20 years ago
git-svn-id: svn://source.pentaho.org/svnkettleroot/mirror/Kettle/trunk@196 5fb7f6ec-07c1-534a-b4ca-9155e429e800 More... almost 20 years ago
Added encoding selection to text file output More... almost 20 years ago
Added encoding selection for output text files More... almost 20 years ago
git-svn-id: svn://source.pentaho.org/svnkettleroot/mirror/Kettle/trunk@193 5fb7f6ec-07c1-534a-b4ca-9155e429e800 More... almost 20 years ago
Constructed row needed to be copied every time to shield it from changed in next steps. Doh! More... almost 20 years ago