[pgjdbc/pgjdbc] 7b52b0: test: add tests for Driver and PgConnection (#1402)

From: AlexElin <noreply(at)github(dot)com>
To: pgsql-jdbc(at)lists(dot)postgresql(dot)org
Subject: [pgjdbc/pgjdbc] 7b52b0: test: add tests for Driver and PgConnection (#1402)
Date: 2019-02-17 16:24:04
Message-ID: pgjdbc/pgjdbc/push/refs/heads/master/6b124a-7b52b0@github.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Branch: refs/heads/master
Home: https://github.com/pgjdbc/pgjdbc
Commit: 7b52b0c9e5b9aa9a9c655bb68f23bf4ec57fd51c
https://github.com/pgjdbc/pgjdbc/commit/7b52b0c9e5b9aa9a9c655bb68f23bf4ec57fd51c
Author: AlexElin <alexey(dot)elin(at)list(dot)ru>
Date: 2019-02-17 (Sun, 17 Feb 2019)

Changed paths:
M pgjdbc/src/main/java/org/postgresql/Driver.java
M pgjdbc/src/main/java/org/postgresql/jdbc/PgConnection.java
M pgjdbc/src/test/java/org/postgresql/test/jdbc2/DriverTest.java
M pgjdbc/src/test/java/org/postgresql/test/jdbc4/jdbc41/AbortTest.java

Log Message:
-----------
test: add tests for Driver and PgConnection (#1402)

add tests that check behaviour with null-arguments

Browse pgsql-jdbc by date

  From Date Subject
Next Message AlexElin 2019-02-17 19:42:51 [pgjdbc/pgjdbc] 4cd3f0: chore: add EmptyStatement checkstyle rule (#1400)
Previous Message AlexElin 2019-02-17 16:23:20 [pgjdbc/pgjdbc] 6b124a: style: enable checkstyle modules for name checking...