Closed EvanMachusak closed 2 months ago
This code:
library FuncTest version '1.0.0' define function ToInteger(decimal System.Decimal) returns System.Integer: external
Causes a function to be created whose parameter name is nullable_@decimal, which is an invalid C# identifier.
nullable_@decimal
@EvanMachusak - pretty sure I saw some code to fix this? Is there a PR?
This code:
Causes a function to be created whose parameter name is
nullable_@decimal
, which is an invalid C# identifier.