sqlalchemy-teradata icon indicating copy to clipboard operation
sqlalchemy-teradata copied to clipboard

A SQLAlchemy dialect for Teradata

Results 33 sqlalchemy-teradata issues
Sort by recently updated
recently updated
newest added
trafficstars

It doesn't seem CTE's are functioning properly. Teradata requires CTE's to be in reverse order compared to most other databases, however this doesn't seem to be accounted for when using...

enhancement
help wanted

test/test_dialect.py needs implementations for the following: ``` - test_get_pk_constraint - test_get_unique_constraint - test_get_foreign_keys - test_get_indexes - test_get_columns ```

enhancement
help wanted

insert performance seems slow. check whether batch=True is passed to do_executemany.