CAVEconnectome / CAVEclient

This is the python client for accessing REST APIs within the Connectome Annotation Versioning Engine.
https://caveconnectome.github.io/CAVEclient/
MIT License
24 stars 11 forks source link

correct field names when columns collide #205

Closed ceesem closed 3 months ago

ceesem commented 3 months ago

In the case where there was a column name collision between a table and its reference table, the materialize.tables interface was not building queries with the correct column name even though it was smart enough to keep that information in its metadata. This PR fixes this.