Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

drop PDO for Teradata #55

Merged
merged 8 commits into from
Apr 19, 2022
Merged

drop PDO for Teradata #55

merged 8 commits into from
Apr 19, 2022

Conversation

zajca
Copy link
Member

@zajca zajca commented Apr 13, 2022

PDO doesn't work with Teradata ODBC driver, this is mostly copy paster from SNFLK to make it work, would be great to refactor this later, and make generic ODBC driver maybe.
There is also some small fixes:

  • DBC views are now VX older views have limit for object names
  • more patterns for retry on TD
  • removed debug statement

kind of weird are CHARACTER SET value on columns, it was not part of HELP and than tests did fail as it was there. It's super confusing.

@zajca zajca marked this pull request as ready for review April 13, 2022 13:37
@zajca zajca requested review from a team and martinjunger and removed request for a team April 13, 2022 13:41
@martinjunger
Copy link
Contributor

👀

Copy link
Contributor

@martinjunger martinjunger left a comment

Choose a reason for hiding this comment

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

OK, jen drobnost

@@ -12,6 +12,7 @@
use Doctrine\DBAL\Driver\PDO\Exception;
use Doctrine\DBAL\Platforms\AbstractPlatform;
use Keboola\TableBackendUtils\Connection\ConnectionRetryWrapper;
use Keboola\TableBackendUtils\Connection\Snowflake\Exception\DriverException;
Copy link
Contributor

Choose a reason for hiding this comment

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

tohle neni hezky - je tam Snowflake namespace

@zajca zajca merged commit 5160f81 into master Apr 19, 2022
@zajca zajca deleted the zajca-td-use-odbc-not-pdo branch April 19, 2022 12:10
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.

2 participants