Page 1 of 1

Roadmap for new features and error with "generated" columns

Posted: Tue 06 Aug 2019 15:49
by ChrisGO
Hi,

I'm currently testing dbForge Studio for PostgreSQL and it looks very promising. Do you have a roadmap when new features will be implemented? I mean features like a graphical editor for designing tables or getting the DDL for a table or function.

Today the sql editor shows me an error for this query:

Code: Select all

create table test29387 (
  id int generated always as identity not null
);
It underlines the word generated and shows the error message ")" expected, but if I execute the code, the postgresql server accepts the query without any error.

Re: Roadmap for new features and error with "generated" columns

Posted: Wed 07 Aug 2019 09:19
by alexa
getting the DDL for a table
We have no estimated date for this.
or function.
The new version with this feature is planned to be released in a couple of months.
a graphical editor for designing tables

Today the sql editor shows me an error for this query:
create table test29387 (
id int generated always as identity not null
);
It underlines the word generated and shows the error message ")" expected, but if I execute the code, the postgresql server accepts the query without any error.
We have no estimated date for this.