[ 
https://issues.apache.org/jira/browse/CALCITE-1940?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16139487#comment-16139487
 ] 

Christian Beikov commented on CALCITE-1940:
-------------------------------------------

Seems I only use {{JdbcTable.jdbcTableName}} to get a proper toString 
representation for the sequence.
I wasn't sure how to get the dialect during unparsing and since the writer 
already had a getter, I thought it might be appropriate to just get the proper 
one in. I suppose the writer should be extended to be able to return a dialect 
for a schema name?
I'll adapt the PR to the requested changes and let you know when it's done.

> Implement dialect specific support for sequences
> ------------------------------------------------
>
>                 Key: CALCITE-1940
>                 URL: https://issues.apache.org/jira/browse/CALCITE-1940
>             Project: Calcite
>          Issue Type: Improvement
>            Reporter: Christian Beikov
>            Assignee: Julian Hyde
>
> The Calcite parser and validator already supports sequences but the push down 
> to the JDBC level is currently limited. SInce sequences are not supported on 
> all DBMS every sql dialect should have the possibility to render it's own way 
> of extracting sequence information or incrementing the value.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to