You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
Currently, the SQL compiler plugin does not verify the type of time module types correctly with OutParameterValues. [1]. The expected return type for time:Civil, time:TimeOfDay etc. is a record, but a TYPE_REFERENCE is returned.
It is required the properly validate the expected return types.
Description:
Currently, the SQL compiler plugin does not verify the type of time module types correctly with OutParameterValues. [1]. The expected return type for
time:Civil
,time:TimeOfDay
etc. is a record, but a TYPE_REFERENCE is returned.It is required the properly validate the expected return types.
[1] https://github.com/ballerina-platform/module-ballerina-sql/blob/70834a738de1495ee691e2091f67e00c6f29d59a/compiler-plugin/src/main/java/io/ballerina/stdlib/sql/compiler/Utils.java#L252-L260
Steps to reproduce:
Build the code snippet below
The text was updated successfully, but these errors were encountered: