Kent wrote:
> Any plans to support MINVALUE, MAXVALUE, CYCLE, NOCYCLE for sequences
> (for both postgres and oracle)?
>
> I've implemented a subclass of Sequence myself, but it isn't very
> elegant, because I'm not familiar enough with the code to know which
> methods to override for create() output.

im not familiar with those options but to implement a subclass of Sequence
with additional options, you'd also implement a subclass of
sqlalchemy.schema.CreateSequence and use @compiles to define its
compilation, as in
http://www.sqlalchemy.org/docs/reference/ext/compiler.html#dialect-specific-compilation-rules



>
> --
> You received this message because you are subscribed to the Google Groups
> "sqlalchemy" group.
> To post to this group, send email to sqlalch...@googlegroups.com.
> To unsubscribe from this group, send email to
> sqlalchemy+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/sqlalchemy?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalch...@googlegroups.com.
To unsubscribe from this group, send email to 
sqlalchemy+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en.

Reply via email to