You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by "FlyingZC (via GitHub)" <gi...@apache.org> on 2023/06/05 02:59:33 UTC

[GitHub] [shardingsphere] FlyingZC commented on issue #26006: Parsing visitColumnref report NPE with 'name' type in postgresql

FlyingZC commented on issue #26006:
URL: https://github.com/apache/shardingsphere/issues/26006#issuecomment-1575964871

   @AsfarHorani Welcome,execute the sqls below in ShardingSphere-Proxy, and fix the NPE exception.
   ```sql
   postgres=# create table t2(id name);
   CREATE TABLE
   
   postgres=# insert into t2 values('test');
   INSERT 0 1
   
   -- It reports NPE in ShardingSphere-Proxy
   postgres=# select * from t2 where t2.id[0]='t';
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org