sqlalchemy-teradata
sqlalchemy-teradata copied to clipboard
A SQLAlchemy dialect for Teradata
I've compiled a list of methods that are abstract but not implemented by the dialect: In `DefaultExecutionContext`: - `create_server_side_cursor` In `ExecutionContext`: - `get_rowcount` - `result` In `SQLCompiler`: - `delete_extra_from_clause` -...
As a user I would like to use time literals from the datetime module in python with a sqlalchemy TIME type that uses a timezone object.
I have a query that defines a CTE and joins two subqueries from that CTE. The CTE itself has 3 bind parameters in this instance. The subqueries each have 4....
the create_connect_args requires username password in the connect string instead of allowing for trusted credentials. It should default to None for username and password if they are not in the...
Hi Team, `ct` syntax to create table on sqlachemy-teradata is not working as expected. When I run `ct pp_scratch.temp_pxk as (select username from dbc.usersV) with data;`, it's getting successfully executed....
I came across the following error message when building a conda package for sqlalchemy-teradata following the instructions at https://conda.io/docs/user-guide/tutorials/build-pkgs-skeleton.html ``` Could not download https://pypi.io/packages/source/s/sqlalchemy-teradata/sqlalchemy-teradata-0.1.0.dev0.tar.gz ``` Any idea what has caused...
The details for what software components should be clearly outlined.
When trying to implement the windowed range query for limit and offset type queries in Teradata, I get an error for more complicated joins and subqueries. Snippet of testing error...
Tests are needed for the following: - test_limit.py : test for the limit and offset queries
Fix for issue #44