kimmking edited a comment on issue #4471: Can ado.net connect sharding-proxy?
URL: 
https://github.com/apache/incubator-shardingsphere/issues/4471#issuecomment-592331059
 
 
   According to remote debug proxy,I get the sql that proxy can't parse 
correctly.
   It begin with a comment line:
   
   ```
   -- Load field definitions for (free-standing) composite types
   SELECT typ.oid, att.attname, att.atttypid
   FROM pg_type AS typ
   JOIN pg_namespace AS ns ON (ns.oid = typ.typnamespace)
   JOIN pg_class AS cls ON (cls.oid = typ.typrelid)
   JOIN pg_attribute AS att ON (att.attrelid = typ.typrelid)
   WHERE
     (typ.typtype = 'c' AND cls.relkind='c') AND
     attnum > 0 AND     -- Don't load system attributes
     NOT attisdropped
   ORDER BY typ.oid, att.attnum
   ```
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to