Versions Compared

Key

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

...

If you are running against a SQL Sever database, you need to update the dialect . In your old specified in the datasource file. The Standard Upgrade Instructions describe managing your phixflow-datasource.xml file, and migrating this to the new release. In this file you will have:

Code Block
languagexml
                <prop key="hibernate.dialect">org.hibernate.dialect.SQLServerDialect</prop>

...