On 2016-07-28 17:07, Steve Ebersole wrote:
> I do think this is an error.  I think the proper fix is to first
> make use of Exporter<Sequence>#getSqlCreateStrings via
> Dialect#getSequenceExporter.  
>
> From there, either:
>
>       * Change the standard Exporter<Sequence> to look at
> Dialect#supportsPooledSequences and deciding which
> Dialect#getCreateSequenceStrings form to call
>       * Change Firebirds Exporter<Sequence> impl
>
> Id also suggest we properly deprecate 
> Dialect#supportsPooledSequences,
> Dialect#getCreateSequenceStrings directing to
> Dialect#getSequenceExporter.  

I will look this weekend if I can do that as part of my dialect 
implementation; I will likely do it with a separate pull request.

Mark
_______________________________________________
hibernate-dev mailing list
hibernate-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/hibernate-dev

Reply via email to