This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to annotated tag REL9_3_1102 in repository libpostgresql-jdbc-java.
commit 87f9cde19e659eb8c44e1f8b2752434f90f4f9b4 Merge: f46e9d1 8930805 Author: Dave Cramer <[email protected]> Date: Tue Feb 11 10:36:15 2014 -0500 Merge pull request #113 from whitingjr/remove-toLowerCase-calls Added feature to disable column name sanitiser with a new property. org/postgresql/Driver.java.in | 4 +- org/postgresql/core/BaseConnection.java | 5 + org/postgresql/ds/common/BaseDataSource.java | 24 +++- org/postgresql/jdbc2/AbstractJdbc2Connection.java | 13 ++ org/postgresql/jdbc2/AbstractJdbc2ResultSet.java | 19 ++- org/postgresql/test/TestUtil.java | 24 ++++ .../test/jdbc2/ColumnSanitiserDisabledTest.java | 133 +++++++++++++++++++++ .../test/jdbc2/ColumnSanitiserEnabledTest.java | 126 +++++++++++++++++++ org/postgresql/test/jdbc2/Jdbc2TestSuite.java | 2 + .../optional/CaseOptimiserDataSourceTest.java | 116 ++++++++++++++++++ .../test/jdbc2/optional/OptionalTestSuite.java | 1 + 11 files changed, 462 insertions(+), 5 deletions(-) -- 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

