Results 11 comments of Xuxue1

1. Must setAutoCommit = false 2.Create Vertex must return a element 3.Must user placeholder when write and read I tried many times。

``` Connection conn=null; Statement stmt = null; ResultSet rs = null; try { Class.forName("net.bitnine.agensgraph.Driver"); String connectionString = "your url"; String username = "your userName"; String password = "your password"; conn...

Can you try this code? This is a strange problem !!

Don't modify my code then try it . I test the bug about a day. I find other way solved the problem. 我测试这个问题测试了很长时间 这个bug出现的条件很苛刻,你必须不修改我的代码才能复现。

我也遇到了 请问有啥解决方法吗