Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

Clean up quoting algorithms in the database dialects

...

This is something that should get removed in the future.

ValueMeta : split up in different classes

Create a factory ValueMeta.createValue("name", "String") etc. so that we can support pluggable data types, smaller classes, cleaner code etc.  It will be a challenge to keep the changes minimal.

Example for a use case using milliseconds: http://jira.pentaho.com/browse/PDI-7103

Remove shared objects from TransMeta, JobMeta

Mat Lowery asked the question why we still have List<DatabaseMeta> and so on in TransMeta, JobMeta.  

...