You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Pavel Tupitsyn (Jira)" <ji...@apache.org> on 2022/10/06 16:21:00 UTC

[jira] [Updated] (IGNITE-17840) .NET: Thin 3.0: SQL and Compute do not allow null arguments

     [ https://issues.apache.org/jira/browse/IGNITE-17840?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pavel Tupitsyn updated IGNITE-17840:
------------------------------------
    Ignite Flags:   (was: Docs Required,Release Notes Required)

> .NET: Thin 3.0: SQL and Compute do not allow null arguments
> -----------------------------------------------------------
>
>                 Key: IGNITE-17840
>                 URL: https://issues.apache.org/jira/browse/IGNITE-17840
>             Project: Ignite
>          Issue Type: Bug
>          Components: platforms, thin client
>            Reporter: Pavel Tupitsyn
>            Assignee: Pavel Tupitsyn
>            Priority: Major
>              Labels: .NET, ignite-3
>             Fix For: 3.0.0-alpha6
>
>
> All public APIs that take some form of arguments currently require *params object[] args* - nulls are disallowed within the array, which can be limiting. Change it to *params object?[] args*.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)