[pgjdbc/pgjdbc] 12ef69: fix: Error messages cannot be formatted (#1492)

From: Dave Cramer <noreply(at)github(dot)com>
To: pgsql-jdbc(at)lists(dot)postgresql(dot)org
Subject: [pgjdbc/pgjdbc] 12ef69: fix: Error messages cannot be formatted (#1492)
Date: 2019-05-30 10:35:30
Message-ID: pgjdbc/pgjdbc/push/refs/heads/master/27b8fc-12ef69@github.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Branch: refs/heads/master
Home: https://github.com/pgjdbc/pgjdbc
Commit: 12ef697a3d34b616716ea9c2c8cb4c9447e2c4c3
https://github.com/pgjdbc/pgjdbc/commit/12ef697a3d34b616716ea9c2c8cb4c9447e2c4c3
Author: Dave Cramer <davecramer(at)gmail(dot)com>
Date: 2019-05-30 (Thu, 30 May 2019)

Changed paths:
M pgjdbc/src/main/java/org/postgresql/translation/messages_bg.java
M pgjdbc/src/main/java/org/postgresql/translation/messages_ja.java
M pgjdbc/src/main/java/org/postgresql/translation/messages_pt_BR.java
M pgjdbc/src/main/java/org/postgresql/translation/messages_ru.java
M pgjdbc/src/main/java/org/postgresql/translation/messages_sr.java
M pgjdbc/src/main/java/org/postgresql/translation/messages_tr.java
M pgjdbc/src/main/java/org/postgresql/xa/PGXAConnection.java

Log Message:
-----------
fix: Error messages cannot be formatted (#1492)

* fix: Error messages cannot be formatted

fixes #1491

Browse pgsql-jdbc by date

  From Date Subject
Next Message Dave Cramer 2019-05-30 10:35:33 [pgjdbc/pgjdbc]
Previous Message Dave Cramer 2019-05-29 18:13:09 [pgjdbc/pgjdbc] 70c7c0: update the message files as well