[JDBC] [pgjdbc/pgjdbc] 3f2a02: test: check that new properties followcorrect low... - Mailing list pgsql-jdbc

From Jorge Solorzano
Subject [JDBC] [pgjdbc/pgjdbc] 3f2a02: test: check that new properties followcorrect low...
Date
Msg-id 58c938f87b54_73f73fdeddb75c2c230675@hookshot-fe1-cp1-prd.iad.github.net.mail
Whole thread Raw
List 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@gmail.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



pgsql-jdbc by date:

Previous
From: Daniel Migowski
Date:
Subject: [JDBC] Documentation on NOTIFY/LISTEN is misleading
Next
From: Jorge Solórzano
Date:
Subject: How not to use JDBC (JDBC Performance Scale 15x presentation)