View Revisions: Issue #5513

Summary 0005513: SQL Server GETDATE() and GETUTCDATE() functions get surrounded by quotes when imported as default values
Revision 2022-10-05 16:10 by emiller
Description When the SQL Server GETUTCDATE() function is imported as a default value, it gets surrounded by quotes and treated as a string. Instead, it should not be quoted so that it is treated as a function.
Revision 2022-10-05 16:12 by emiller
Description When a SQL Server GETDATE() or GETUTCDATE() function is imported as a default value, it gets surrounded by quotes and treated as a string. Instead, it should not be quoted so that it is treated as a function.