Ted Wilmes

Results 6 issues of Ted Wilmes

See https://groups.google.com/forum/m/#!topic/gremlin-users/fS6vcTYju8U for a possible approach.

Add support for long & date based datetime columns. Support conversion from date to long & back so that queries like `where tstamp > DATE '2015-10-01'` can be executed against...

Use Avatica to add JDBC support.

`getMultiRange` (which is synchronized) is being called which is locking the transaction. Then, a transaction reset is being triggered, likely by the time limit being exceeded by the FDB driver,...