- Issue created by @arnoldbird
- 🇺🇸United States Beakerboy Kentucky
From the README:
Drupal core allows module developers to use regular expressions within SQL statements. The base installation does not use this feature, so it is not required for Drupal to install. However, if any contrib modules use regular expressions, a CLR will need to be installed that is equivalent to CREATE FUNCTION {schema}.REGEXP(@pattern NVARCHAR(100), @matchString NVARCHAR(100)) RETURNS bit EXTERNAL NAME {name_of_function}
- Status changed to Closed: outdated
10 months ago 5:05pm 17 January 2024 - Status changed to Active
10 months ago 8:08am 19 January 2024 - 🇮🇳India keshavv India
I have found the same issue on Drupal 10.2.2. The site is hosted on Windows IIS Server.
Is this a critical issue? - Status changed to Closed: outdated
10 months ago 11:38am 24 January 2024 - 🇬🇧United Kingdom pstewart
No, it's only a problem if you're using contrib modules that use REGEXP in their SQL queries. This status error is going to be downgraded to a warning - see 🐛 MSSQL Server Custom Functions Error on Status Report page should be a warning Active .