-
Updated
Nov 25, 2020 - C++
pyodbc
Here are 54 public repositories matching this topic...
-
Updated
Mar 8, 2017 - Python
-
Updated
May 27, 2019 - Dockerfile
-
Updated
Feb 25, 2020 - Python
-
Updated
Oct 24, 2019 - Python
-
Updated
Jun 24, 2019 - Python
-
Updated
Jul 13, 2020 - Dockerfile
-
Updated
Sep 16, 2020 - Python
-
Updated
Oct 25, 2017 - Python
-
Updated
Nov 25, 2020 - Python
-
Updated
Jun 17, 2019 - Python
-
Updated
Feb 25, 2020 - Python
-
Updated
May 2, 2019 - Python
-
Updated
Mar 11, 2020 - Python
-
Updated
Mar 31, 2019 - Python
-
Updated
Jan 27, 2020 - Python
-
Updated
Nov 3, 2020 - HTML
Improve this page
Add a description, image, and links to the pyodbc topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the pyodbc topic, visit your repo's landing page and select "manage topics."
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