You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i get the update code in NebulaConstant.java , the code is : public static String UPDATE_EDGE_TEMPLATE = "UPDATE %s ON%s %s->%s@%d SET %s"; public static String UPDATE_VALUE_TEMPLATE = "%s=%s";
The text was updated successfully, but these errors were encountered:
such as :
![image](https://user-images.githubusercontent.com/9609594/149250492-d3fe3de9-3732-499c-a3e3-a6f73eafe701.png)
i get the update code in NebulaConstant.java , the code is :
public static String UPDATE_EDGE_TEMPLATE = "UPDATE %s ON
%s%s->%s@%d SET %s"; public static String UPDATE_VALUE_TEMPLATE = "
%s=%s";
The text was updated successfully, but these errors were encountered: