[pgjdbc/pgjdbc] 3f2a02: test: check that new properties follow correct low...

From: Jorge Solorzano <jorsol(at)gmail(dot)com>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: [pgjdbc/pgjdbc] 3f2a02: test: check that new properties follow correct low...
Date: 2017-03-15 12:52:08
Message-ID: 58c938f87b54_73f73fdeddb75c2c230675@hookshot-fe1-cp1-prd.iad.github.net.mail
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Branch: refs/heads/master
Home: https://github.com/pgjdbc/pgjdbc
Commit: 3f2a02e128367df6ae47b6f850203200cef223fe
https://github.com/pgjdbc/pgjdbc/commit/3f2a02e128367df6ae47b6f850203200cef223fe
Author: Jorge Solorzano <jorsol(at)gmail(dot)com>
Date: 2017-03-15 (Wed, 15 Mar 2017)

Changed paths:
M pgjdbc/src/test/java/org/postgresql/test/jdbc2/PGPropertyTest.java

Log Message:
-----------
test: check that new properties follow correct lower camel case (#740)

To avoid bad declaration of new properties in the driver, this test
check that the name of the enum matches the name of the property and that
for each "_" in the enum uses the lower camel case for the property.

There is an exclusion list for the properties that do not follow
the correct lower camel case but are retained for backward compatibility.

closes #727

Browse pgsql-jdbc by date

  From Date Subject
Next Message Jorge Solórzano 2017-03-15 21:07:47 How not to use JDBC (JDBC Performance Scale 15x presentation)
Previous Message Daniel Migowski 2017-03-11 05:44:03 Documentation on NOTIFY/LISTEN is misleading