[
https://issues.apache.org/jira/browse/CALCITE-1940?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16165268#comment-16165268
]
Julian Hyde commented on CALCITE-1940:
--------------------------------------
I don't think it needs a rewrite. I'd do a {{git rebase -i}}, and try to make
the first commit something deals with pluggable dialects (i.e. factories) but
doesn't touch sequences.
I'd been assuming that you this consider this PR ready for review; but if not,
let me know when it is.
> 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)