Skip to content

Wonder 7.4

Latest
Compare
Choose a tag to compare
@paulhoadley paulhoadley released this 28 May 03:38
· 4 commits to master since this release

Additions

  • Added new ERMicrosoftPlugIn supporting PK generation from sequences for SQL Server. #984
  • Added support for getting next sequence value from SQL Server database. #986
  • Added support for custom icon files using properties in ERAttachmentIcon. #982

Improvements

  • Improved Adaptor logging. #990
  • Removed some usage of sun.misc.* classes. #994
  • Improved ERXExceptionPage. #995
  • Added various improvements to JavaMonitor. #1013
  • Registered the MySQLPlugIn for MariaDB. #1011

Bug fixes

  • Fixed issues with AjaxExample and ERModernMoviesDemo. #979
  • Fixed incorrect message and HTTP status code when no instance is available. #980
  • Fixed URL encoding in ERAttachment for S3 paths containing spaces. #981
  • Fixed error paginating queries containing the DISTINCT clause on SQL Server. #983
  • Fixed Adaptor header injection and XSS vulnerability. #992
  • Fixed hard-coded driver name issue for MySQLPlugIn. #1009
  • Fixed a hard-coded string in ERXStaticResourceHandler. #999
  • Fixed an issue in ERXNavigationManager. #1005