Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To use SQL Data Source, set the JNDI first. You can see details on the Data Source Configuration page.

SQL Initial Script

This example returns the versions names.

Code Block
select vname, id from projectversion;

See also