Back to Quartznet

2014 02 09 Quartznet 2.2.2 Released

docs/_posts/2014-02-09-quartznet-2.2.2-released.md

3.18.1535 B
Original Source

This is a minor release fixing couple of minor bugs.

FIXES

  • long properties incorrectly read as int in SimplePropertiesTriggerPersistenceDelegateSupport
  • RecoveringTriggerKey in JobExecutionContext has group and name wrong way around
  • Make SQL Server table create script Azure SQL compliant
  • Add missing clustered index for QRTZ_BLOB_TRIGGERS table ** You need to manually add this to existing installation (tables created with old script), see ALTER TABLE [dbo].QRTZ_BLOB_TRIGGERS WITH NOCHECK ADD... in script
<Download />