typedb-osi / typedb-loader

TypeDB Loader - Data Migration Tool for TypeDB
https://github.com/typedb-osi/typedb-loader
Apache License 2.0
58 stars 17 forks source link

Reduce logical dependencies on TypeQL toString() #56

Closed flyingsilverfin closed 2 years ago

flyingsilverfin commented 2 years ago

What is the goal of this PR?

As outlined in https://github.com/typedb-osi/typedb-loader/issues/54, a change in TypeQL meant that some of the toString() representations have changed. This PR reduces reliance on toString() for correctness, though more work needs to be done to eliminate the dependency.

What are the changes implemented in this PR?