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

Cygwin support/compatibility #28

Closed padhia closed 8 years ago

padhia commented 8 years ago

Cygwin is a popular POSIX environment under MS WIndows that works by providing a POSIX compatibility layer on top of MS Windows API. To make teradata.tdodbc work under Cygwin, requires minimal changes and (from what I see) doesn't affect any existing functionality.

Is it possible to include Cygwin support/compatibility? I understand if Teradata doesn't officially support Cygwin, but these changes will enable someone to use teradata.tdodbc under Cygwin at one's own risk without having to create an entirely new package.

Thanks