Menu

#200 when it exports the DDL the sequences are exported as generators

closed
None
1
2014-06-26
2012-10-21
No

create the sequence
CREATE SEQUENCE test
then when you export the DDL it is exported as Generator

CREATE GENERATOR test

I think the ddl should export sequence

CREATE SEQUENCE is fully equivalent to CREATE GENERATOR and is the
recommended syntax from Firebird 2.0 onward

http://www.firebirdsql.org/refdocs/langrefupd25-ddl-sequence.html

Discussion

  • Michael Hieke

    Michael Hieke - 2012-10-26

    That's not a bug, it's a feature request. Unfortunately the new software doesn't allow me to move it to the feature requests tracker.

     
  • Popa Adrian Marius

    you can close it , i don't have rights

     
  • Michael Hieke

    Michael Hieke - 2013-10-06

    Ticket moved from /p/flamerobin/bugs/217/

     
  • Popa Adrian Marius

    • status: open --> closed
    • assigned_to: mariuz
    • Group: v0.9.4 --> Next_Release_(example)
     
  • Popa Adrian Marius

    fixed in git export generators/sequences as sequences also system tables can't be updated directly in fb3.x so we use comment on ...

     

Anonymous
Anonymous

Add attachments
Cancel