wise-coders / dbschema

DbSchema Database Designer
https://dbschema.com
67 stars 3 forks source link

Firebird /generators #79

Closed souarit closed 1 year ago

souarit commented 1 year ago

hi, i am using dbschema trial version with firebird database, but the generators (sequences) are not showen.

wise-coders commented 1 year ago

Thank you for writing about this issue. Please configure this query under Model / Settings / Reverse Engineer / Sequence Names

SELECT rdb$generator_name, 'START WITH '||rdb$initial_value FROM rdb$generators WHERE rdb$generator_name NOT LIKE 'RDB$%'

Please let me know if this works fine. We will add this fix also in the next regular release.

image