Hi,

Sorry I don't understand, the thread was about "call" statements returning
a result set or not, but you say Statement.executeUpdate and
Statement.getUpdateCount
violating the JDBC API, which sounds like something different.

What is the problem in your case?

Regards,
Thomas



On Wed, Jul 31, 2013 at 9:06 PM, steve.ebersole
<[email protected]>wrote:

> Hi Thomas,
>
> It depends on the documentation you refer to.  As the implementor of an
> API (JDBC) you also need to adhere to its documented behavior.  I
> appreciate that H2 cannot do this now, but to say it is not a bug is a
> little disingenuous.  The documentation for
> java.sql.Statement#executeUpdate and java.sql.Statement#getUpdateCount are
> quite clear, and H2 currently violates them.
>
> Sorry to revive such an old thread, but this is hitting me in trying to
> test support for stored procedures in Hibernate.  FWIW
>
>  --
> You received this message because you are subscribed to the Google Groups
> "H2 Database" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
>
> To post to this group, send email to [email protected].
> Visit this group at http://groups.google.com/group/h2-database.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>

-- 
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/h2-database.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to