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

...

  1. Use convertType="true" on the JdbcDataSource
  2. Wiki Markup
    Write a Transformer which converts the byte\[\] into a string type

  3. You can also use a "cast" sql function which can convert the data type from blob to strings if your database provides such a function

...