Re: Patch for Statement.getGeneratedKeys() - Mailing list pgsql-jdbc

From Ken Johanson
Subject Re: Patch for Statement.getGeneratedKeys()
Date
Msg-id 4785A128.6020803@kensystem.com
Whole thread Raw
In response to Re: Patch for Statement.getGeneratedKeys()  (Kris Jurka <books@ejurka.com>)
Responses Re: Patch for Statement.getGeneratedKeys()  (Kris Jurka <books@ejurka.com>)
List pgsql-jdbc
Kris Jurka wrote:
>
> 9) Utils.getInsertIds
....
> the requirement that a query uses a completely qualified name
> database.schema.table is quite onerous.
>


What are your thoughts on this? Should it be possible/safe going forward
to not supply the fully qualified table in the case of:

Statement.executeUpdate(String sql, int columnIndexes[])

If you can recommend a simpler strategy I will try it. If we can avoid
the round trip also that would be great.

Ken



pgsql-jdbc by date:

Previous
From: Kris Jurka
Date:
Subject: Re: Timestamps without time zone
Next
From: Achilleas Mantzios
Date:
Subject: Re: Timestamps without time zone