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

Abstract methods not implemented by dialect #72

Open
wiskojo opened this issue Sep 11, 2018 · 0 comments
Open

Abstract methods not implemented by dialect #72

wiskojo opened this issue Sep 11, 2018 · 0 comments

Comments

@wiskojo
Copy link

wiskojo commented Sep 11, 2018

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
  • update_from_clause
  • visit_sequence

In Dialect:

  • denormalize_name
  • do_begin_twophase
  • do_commit_twophase
  • do_prepare_twophase
  • do_recover_twophase
  • do_rollback_twophase
  • get_check_constraints
  • get_isolation_level
  • get_primary_keys
  • get_table_comment
  • get_temp_table_names
  • get_temp_view_names
  • has_sequence
  • set_isolation_level

In SuiteRequirements:

  • get_order_by_collation

In TypeEngine (of many types):

  • python_type
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

No branches or pull requests

1 participant