Execute Store Procedure which require Datetime parameter
Error with using params for passing parameter (@param1, @param2, @param3...) to call Store Procedure
Error with usinh hardcode passing Date String format to call Store Procedure
Error failed with status code 500. RequestError: Conversion failed when converting date and/or time from character string.
Current Behavior
Can not passing Date parameter to native SQL execute method
Expected Behavior
It should work with passing Date Object as Params https://loopback.io/doc/en/lb4/LoopBack-types.html
I have curious about Datatype in Loopback4 can I using vanila Date object on SQL Params ? Or does it require Loopback Special Date Type ?
Steps to reproduce
Current Behavior
Can not passing Date parameter to native SQL execute method
Expected Behavior
It should work with passing Date Object as Params https://loopback.io/doc/en/lb4/LoopBack-types.html I have curious about Datatype in Loopback4 can I using vanila Date object on SQL Params ? Or does it require Loopback Special Date Type ?