[pgjdbc/pgjdbc] d96ed5: Add more info about currentSchema property. (#1481)
Vsevolod Kaimashnikov <[email protected]> Fri, 28 Jun 2019 06:33:03 -0700
| Newsgroups | gmane.comp.db.postgresql.jdbc |
|---|---|
| Message-ID | <pgjdbc/pgjdbc/push/refs/heads/master/[email protected]> |
Branch: refs/heads/master
Home: https://github.com/pgjdbc/pgjdbc
Commit: d96ed59eba6a2279da337684e696b198ec60685c
https://github.com/pgjdbc/pgjdbc/commit/d96ed59eba6a2279da337684e696b198ec60685c
Author: Vsevolod Kaimashnikov <[email protected]>
Date: 2019-06-28 (Fri, 28 Jun 2019)
Changed paths:
M README.md
M docs/documentation/head/connect.md
M pgjdbc/src/main/java/org/postgresql/PGProperty.java
M pgjdbc/src/main/java/org/postgresql/util/PSQLState.java
M pgjdbc/src/test/java/org/postgresql/test/TestUtil.java
M pgjdbc/src/test/java/org/postgresql/test/jdbc4/jdbc41/SchemaTest.java
Log Message:
-----------
Add more info about currentSchema property. (#1481)
Add in documentation that currentSchema property can be multiple
and fix test behavior.