Skip to content

Fix proposal for #3#8

Merged
sandan merged 4 commits intoTeradata:masterfrom
mrbungie:fix/use_databasename
Aug 2, 2016
Merged

Fix proposal for #3#8
sandan merged 4 commits intoTeradata:masterfrom
mrbungie:fix/use_databasename

Conversation

@mrbungie
Copy link
Copy Markdown

@mrbungie mrbungie commented Aug 1, 2016

It should fix #3

Comment thread sqlalchemy_teradata/dialect.py Outdated
and_(text('DatabaseName=:schema'),
text('TableName=:table_name')))

res = connection.execute(stmt, schema=schema, name=table_name).fetchone()
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The argument name for execute should be table_name.

@sandan
Copy link
Copy Markdown
Member

sandan commented Aug 2, 2016

Thanks!

@sandan sandan closed this Aug 2, 2016
@sandan sandan reopened this Aug 2, 2016
@sandan sandan merged commit e381a0b into Teradata:master Aug 2, 2016
@sandan
Copy link
Copy Markdown
Member

sandan commented Aug 2, 2016

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Schema meaning in dialect implementation

2 participants