This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a change to tag REL9_0_802
in repository libpostgresql-jdbc-java.

        at  6b3a04f   (commit)
This tag includes the following new commits:

       new  4a45843   Handle a table with no permissions correctly.
       new  4664575   Ensure that an XAConnection throws SQLExceptions 
appropriately even though it's a proxy class.  Before this change it was 
throwing an InvocationTargetException instead of the actual cause.
       new  6c1c7e7   Make updatable ResultSets work with SQLXML data.  Avoid 
making the update code know about target types unless it needs to do some 
special processing for it.
       new  5f93742   If a domain has a not null constraint, report that 
information in the metadata for both DatabaseMetaData.getColumns and 
ResultSetMetaData.isNullable.
       new  43a4da7   In DatabaseMetaData.getSchemas, return the user's own 
temp schemas, but no others.  Previously it wasn't returning the users own temp 
schema, but was showing all toast temp schemas.
       new  50e8896   Update the date tests for changes in the 1.6 JVM.  Older 
versions allowed five digit years and single digit days and months.  The latest 
code only allows a strict yyyy-mm-dd.  This changed somewhere between 1.6.0_11 
and 1.6.0_21.  Rumor has it that the Java7 code is again more flexible, but 
Java6 isn't going away for a long time.
       new  1640c7f   Allow the driver to support setObject with 
Types.DISTINCT. We report metadata indicating that values are of this type, so 
we'd better accept it coming back in.
       new  a79b44b   Use slightly different SQL State error codes for the 
different types of connection setup failures to indicate which can be retried 
and which cannot.
       new  638f860   Clear the generated keys associated with a Statement at 
the next execution.  If the next execution doesn't want generated keys, we 
don't want to leave the old keys around.
       new  16d7a7d   Fix getSchemas for 7.3 servers.  7.3 cannot extract an 
array element from an array that is returned by a function.  Instead coerce it 
to text and pull it out with a regex.
       new  6b3a04f   Change version to 9.0-802 for release.

The 11 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/libpostgresql-jdbc-java.git

_______________________________________________
pkg-java-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

Reply via email to