exasol
Here are 34 public repositories matching this topic...
-
Updated
Nov 25, 2020 - C++
-
Updated
Nov 20, 2020 - Python
-
Updated
Nov 10, 2020 - Java
-
Updated
Nov 3, 2020 - Kotlin
-
Updated
Nov 16, 2020 - Java
-
Updated
Nov 19, 2020 - Scala
-
Updated
May 26, 2017 - Python
-
Updated
Nov 16, 2020 - Java
-
Updated
Oct 15, 2020 - HCL
-
Updated
Nov 18, 2020 - Java
-
Updated
Nov 15, 2020 - JavaScript
-
Updated
Jun 3, 2020 - Java
Currently CREATED is not exposed by our resources and data sources. Should be easy enough to add.
Support Schema
-
Updated
Jul 17, 2018 - Shell
-
Updated
Feb 17, 2017 - Java
-
Updated
Jan 29, 2016 - R
-
Updated
Jun 23, 2017 - C++
-
Updated
Sep 16, 2020 - PLSQL
-
Updated
Sep 23, 2020 - Scala
Improve this page
Add a description, image, and links to the exasol topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the exasol 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