| commit | e062140603b84851c83f4d90719032b76a536261 | [log] [tgz] |
|---|---|---|
| author | Ken Hu <106191785+kenhuuu@users.noreply.github.com> | Wed Jan 11 21:50:30 2023 -0800 |
| committer | Ken Hu <106191785+kenhuuu@users.noreply.github.com> | Fri Jan 13 15:57:14 2023 -0800 |
| tree | c7c16f6238b4d4dbefae12fe0322aaff87dad1d4 | |
| parent | b8e6b2827d68bfbc73205df00f201a0e75bd7ca2 [diff] |
TINKERPOP-2847 Compare and store request UUIDs as lower case strings in gremlin-javascript. Storing and comparing the request IDs in lower case prevents issues that arise when the supplied ID and returned ID are using different cases to represent the hex values of the UUID.