dingmaotu / gsql_client

A Python GSQL and RESTPP remote client for TigerGraph
MIT License
14 stars 6 forks source link

修改支持TG3 #4

Closed helloyinwei closed 2 years ago

helloyinwei commented 3 years ago

TG2 ---> “commitClient” (https://github.com/tigergraph/gsql_client/blob/5ce5b7e483104276e5c48e38ebb37be1065e3ac7/src/main/java/com/tigergraph/v2_4_1/client/Client.java#L880)

TG3 ---> ”clientCommit“ (https://github.com/tigergraph/gsql_client/blob/5ce5b7e483104276e5c48e38ebb37be1065e3ac7/src/main/java/com/tigergraph/v3_0_0/client/Client.java#L819)