[pgjdbc/pgjdbc] fb5df7: refactor: make PSQLState as enum (#837)

From: AlexElin <alexey(dot)elin(at)list(dot)ru>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: [pgjdbc/pgjdbc] fb5df7: refactor: make PSQLState as enum (#837)
Date: 2017-06-26 13:37:25
Message-ID: 59510e151f418_1cd83fda71717c2c10733b@hookshot-fe6-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: fb5df7fee1d3568356e680c6ac5a62336ec7bf6e
https://github.com/pgjdbc/pgjdbc/commit/fb5df7fee1d3568356e680c6ac5a62336ec7bf6e
Author: AlexElin <alexey(dot)elin(at)list(dot)ru>
Date: 2017-06-26 (Mon, 26 Jun 2017)

Changed paths:
M pgjdbc/src/main/java/org/postgresql/util/PSQLState.java

Log Message:
-----------
refactor: make PSQLState as enum (#837)

* refactor: make PSQLState as enum

make PSQLState as enum

* refactor: make PSQLState as enum

fix checkstyle

Browse pgsql-jdbc by date

  From Date Subject
Next Message Dave Cramer 2017-06-27 18:53:50 [pgjdbc/pgjdbc] 73bc3c: more spelling mistakes for preferQueryMode (#850)
Previous Message Dave Cramer 2017-06-26 13:34:05 [pgjdbc/pgjdbc] cd400f: add missing connection documentation, fix spelling...