Bug in SQL Compare with built-in function concat_ws
HugoDeVreugd
Posts: 1 New member
in SQL Compare
I created a computed column on a table with function concat_ws.
SQL Server Management Studio generates this code:
The brackets around concat_ws cause a syntax error.
SQL Server Management Studio generates this code:
[FullName] AS (concat_ws(' ',[CallName],[MiddleName],[LastName])),
SQL Compare generates this code:
[FullName] AS ([concat_ws](' ',[CallName],[MiddleName],[LastName]))The brackets around concat_ws cause a syntax error.
Tagged:
Comments
We have reproduced it and logged as SC-10625. We'll keep here posted with any further update.
Tianjiao Li | Redgate Software
Have you visited our Help Center?
Apologies for the late reply here, the issue in the bug tracking system wasn't updated until just now.
This has been released (for a little while now, since 13.7.21) so if you have not already, please update to the a version later than this (the latest is currently 14.0.6).
Kind regards,
Alex
Have you visited our Help Center?