[pgjdbc/pgjdbc] 8e47a3: Fix execution with big decimal in simple query mod...
kaiwangchen <[email protected]> Tue, 09 Apr 2019 03:55:06 -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: 8e47a303a6e89de43bd6983f92f04f3591a385d9
https://github.com/pgjdbc/pgjdbc/commit/8e47a303a6e89de43bd6983f92f04f3591a385d9
Author: kaiwangchen <[email protected]>
Date: 2019-04-09 (Tue, 09 Apr 2019)
Changed paths:
M pgjdbc/src/main/java/org/postgresql/core/v3/SimpleParameterList.java
M pgjdbc/src/test/java/org/postgresql/test/jdbc42/PreparedStatementTest.java
Log Message:
-----------
Fix execution with big decimal in simple query mode. (#1463)