UrlTracker icon indicating copy to clipboard operation
UrlTracker copied to clipboard

Issues on Azure SQL - Plugin uses Legacy SqlHelper

Open technicallyerik opened this issue 8 years ago • 3 comments

The UrlTracker plugin uses the legacy 'Application.SqlHelper' in Umbraco, which does not have correct retry logic for transient Azure SQL errors.

This plugin should be updated to use the new 'ApplicationContext.Current.DatabaseContext.Database'.

technicallyerik avatar Apr 14 '16 17:04 technicallyerik

I already started working on this in the v4 branch, but time is the issue currently. Also there is going to be some sort of UrlTracker in the core of umbraco in the near future, so I'm still not sure if I should build a new version without legacy code.

kipusoep avatar Apr 14 '16 17:04 kipusoep

Fixed by #164

PhilDye avatar Sep 05 '17 11:09 PhilDye

@PhilDye Great stuff! Sadly the Backoffice views still us the Legacy SQL helper, so there may still be issues 😞

daniel-chenery avatar Sep 05 '17 11:09 daniel-chenery