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

Pavel Tupitsyn updated IGNITE-24149:
------------------------------------
    Description: 
{code:csharp}
IIgniteClient client = await IgniteClient.StartAsync(cfg); 
string script = "CREATE TABLE IF NOT EXISTS Person (Id int primary key, Name 
varchar, Age int, CityId int);" + "INSERT INTO Person (1, 'John', 43, 1)";
await client.Sql.ExecuteScriptAsync(script); // Exception thrown here: Invalid 
ID for region-based ZoneId, invalid format: Bangladesh Standard Time
{code}

https://en.wikipedia.org/wiki/List_of_tz_database_time_zones

  was:https://en.wikipedia.org/wiki/List_of_tz_database_time_zones


> .NET: Thin 3.0: Invalid ID for region-based ZoneId
> --------------------------------------------------
>
>                 Key: IGNITE-24149
>                 URL: https://issues.apache.org/jira/browse/IGNITE-24149
>             Project: Ignite
>          Issue Type: Bug
>          Components: platforms, thin client
>    Affects Versions: 3.0
>            Reporter: Pavel Tupitsyn
>            Assignee: Pavel Tupitsyn
>            Priority: Major
>              Labels: ignite-3, important
>             Fix For: 3.0
>
>
> {code:csharp}
> IIgniteClient client = await IgniteClient.StartAsync(cfg); 
> string script = "CREATE TABLE IF NOT EXISTS Person (Id int primary key, Name 
> varchar, Age int, CityId int);" + "INSERT INTO Person (1, 'John', 43, 1)";
> await client.Sql.ExecuteScriptAsync(script); // Exception thrown here: 
> Invalid ID for region-based ZoneId, invalid format: Bangladesh Standard Time
> {code}
> https://en.wikipedia.org/wiki/List_of_tz_database_time_zones



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

Reply via email to