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

#136: Exasol SQLA client usage stopped working in certain scenarios #137

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
fe81fe4
Add regression test for Github issue #136
Nicoretti May 12, 2022
44c8e8e
Improve translate map regression
Nicoretti May 12, 2022
e990439
Remove unnecessary parameters from function
Nicoretti May 12, 2022
89cc514
Fix typo's in test names
Nicoretti May 12, 2022
20814e9
Move odbc based get_foreign_keys to pyodbc dialect
Nicoretti May 16, 2022
8fca316
Addition fk refactoring
Nicoretti May 16, 2022
26fc0f2
Move the odbc based get_pk_constraint to pyodbc dialect
Nicoretti May 16, 2022
21f4457
Refactor _get_constraint_sql_str method
Nicoretti May 16, 2022
1b0279c
Adjust deadlock tests and markers to take odbc refactoring into account
Nicoretti May 16, 2022
24b29d3
Move odbc based get_columns functionality to pyodbc dialect
Nicoretti May 16, 2022
320d947
Refactor get_column_sql_query_str method
Nicoretti May 16, 2022
700845a
Addition columns refactoring
Nicoretti May 16, 2022
4c5adaf
Fix fallback checks
Nicoretti May 16, 2022
ccbec12
Ensure test take into account the correct dialect
Nicoretti May 16, 2022
f160052
Refactor get_schema_names
Nicoretti May 16, 2022
897b034
Move get_table_names and has_table to pyodbc based dialaect
Nicoretti May 17, 2022
8aefefb
Move odbc based get_view_names to pyodbc dialect
Nicoretti May 17, 2022
2641cbd
Move odbc based get_view_definition to pyodbc based dialect
Nicoretti May 17, 2022
e12b6b0
Remove use_sql_fallback method from base dialect
Nicoretti May 17, 2022
c5d25a1
Move getODBCConnection from based dialect to pyodbc dialect
Nicoretti May 17, 2022
a89bd0a
Move _get_tables_for_schema_odbc from base to pyodbc dialect
Nicoretti May 17, 2022
5fb3bd0
Minor refactorings on Exasol base dialect
Nicoretti May 17, 2022
b88f056
Remove unused variables/instructions
Nicoretti May 17, 2022
7ced605
Minor refactorings pyodbc based dialect
Nicoretti May 17, 2022
17937e4
Add missing cache annotation
Nicoretti May 17, 2022
5dd460c
Fix bug #136
Nicoretti May 17, 2022
107cffc
Minor refactorings to clean up the bug fix
Nicoretti May 17, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading