Skip to content
#

pyodbc

Here are 54 public repositories matching this topic...

BY-jk
BY-jk commented Jul 24, 2017

http://docs.sqlalchemy.org/en/latest/changelog/migration_12.html#support-for-sql-comments-on-table-column-includes-ddl-reflection

This should be relatively straightforward as the EXASOL dialect mirrors the ORACLE dialect. Comments on different DB objects are supported and can be set inline
CREATE TABLE foo ( ... ) COMMENT is 'a comment';
or as individual SQL
`COMMENT ON TABLE foo IS 'a ta

Improve this page

Add a description, image, and links to the pyodbc topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the pyodbc topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.