https://bugs.documentfoundation.org/show_bug.cgi?id=171322

Robert Großkopf <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |DUPLICATE
                 CC|                            |[email protected]
             Status|UNCONFIRMED                 |RESOLVED

--- Comment #1 from Robert Großkopf <[email protected]> ---
You are connecting to PostgreSQL through direct connection, not JDBC or ODBC?
Then this is a duplicate of bug 60643. Creating of an autoincremented value
won't work with this driver.

You could work around this by creating the tables with JDBC connection or
creating tables by direct SQL like this:

CREATE TABLE "public"."Test" (
"ID" SERIAL PRIMARY KEY
);

Type "SERIAL" will work well and will be shown as AutoValue also in direct
connection, but couldn't be created by the GUI.

*** This bug has been marked as a duplicate of bug 60643 ***

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to