add support for vertica database type
Vertica Connection should be working
When creating a table or schema from the GUI, do we use the option in File->Options->Scripts->Vertica->[Quote Identifier] ?
When creating a table or schema from the GUI, do we use the option in File->Options->Scripts->Vertica->[Quote Identifier] ?
Scripting Quote Identifier is controlled by File->Options->Scripts->Vertica->[Quote Identifier]. We should default to same as PostgreSQL.
Scripting Quote Identifier is controlled by File->Options->Scripts->Vertica->[Quote Identifier]. We should default to same as PostgreSQL.
Scripting Quote Identifier is controlled by File->Options->Scripts->Vertica->[Quote Identifier]. We should default to same as PostgreSQL.
Seems we default PostgreSQL to "none". Why "none"?
http://www.postgresql.org/docs/9.0/static/sql-syntax-lexical.html
Scripting Quote Identifier is controlled by File->Options->Scripts->Vertica->[Quote Identifier]. We should default to same as PostgreSQL.
Seems we default PostgreSQL to "none". Why "none"?
http://www.postgresql.org/docs/9.0/static/sql-syntax-lexical.html
We default to NONE because that is the most widely used by users. Double quotes indicates case sensitivity, and most users don't use that.
We default to NONE because that is the most widely used by users. Double quotes indicates case sensitivity, and most users don't use that.
Remove the "Create & Drop Database" GUI Commands
Remove the "Create & Drop Database" GUI Commands
initial vertica support for version 6.0 is now complete
initial vertica support for version 6.0 is now complete
Vertica Database is now supported in ADS v13.0
Vertica Database is now supported in ADS v13.0
Issue #7898 |
Closed |
Fixed |
Resolved |
Completion |
No due date |
No fixed build |
No time estimate |
1 issue link |
relates to #10115
Issue #10115Double quote is missing in generated view script in ER-moduler. |
Vertica Connection should be working