Skip to content

visit mechanism for BYTEINT #49

@sandan

Description

@sandan

Here's a reprex:

Suppose there is a table:

create table byteint_t(i byteint);

mytable = Table("byteint_t", meta, autoload=True, autoload_with=td_engine)
col = mytable.c
print(col.i.type)
Error:
sqlalchemy.exc.UnsupportedCompilationError: Compiler <sqlalchemy.sql.compiler.GenericTypeCompiler object at 0x1081bbcc0> can't render element of type <class 'sqlalchemy_teradata.types.BYTEINT'>

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions