-
As highlighted by https://github.com/pietermartin/sqlg/pull/38
Go through the various classes and add in the equals method.
-
ArrayIndexOutOfBoundsException is thrown when Optional step contains hasLabel.
Example:
`this.sqlgGraph.traversal().V().optional(out().hasLabel("B")).toList()`
Stack Trace:
java.lang.ArrayIndexOutOfB…
-
```
java.lang.NoSuchMethodError: org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal.hasLabel([Ljava/lang/String;)Lorg/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTra…
-
Replace Hazelcast's distributed lock by locking on the rdbms.
Use the rdbms's trigger/notify mechanism to update the schema cache
-
The current test coverage for element.property(key, value) is weak.
-
I've tried this example with sorting:
http://umlg.org/sqlg.html#OrderID
result set is sorted properly, but actual sql query is missing "order by" clause (I've checker both Sqlg debug as well as Postgr…
-
I've found that we can noticeably reduce the size of the generated artifacts in the case where we don't use any of the provided _XXGremlinPlugin_. The reason is the dependency on _gremlin-groovy_ , wh…
jotak updated
8 years ago
-
I am experimenting with running Sqlg in an OSGi runtime (Karaf) where I'm using a JNDI data source that is configured to use a connection pool (HikariCP). Things are working fine, but I have the conn…
-
Hi!
For find by id i need g.V("public.Branch:::1")
but this query will not working with neo4j or other graph implementations...
why it is not possible to use g.V(1l) ?
-
C:\nikto-master>nikto.pl -h 52.208.95.6:81
Nikto v2.1.6
No web server found on 52.208.95.6:81
0 host(s) tested
Every IP i try to scan for testing tool, I get "No Web Server found"
Using Nikto…