Teradata / PyTd

A Python Module to make it easy to script powerful interactions with Teradata Database in a DevOps friendly way.
MIT License
108 stars 43 forks source link

Cast datatype lists as set for faster lookup #93

Closed tetraptych closed 6 years ago

tetraptych commented 6 years ago

Similar to #84 but without breaking type conversion for string-like datatypes (e.g. JSON).

Cheers!