From: | Dave Cramer <davecramer(at)gmail(dot)com> |
---|---|
To: | List <pgsql-jdbc(at)postgresql(dot)org> |
Subject: | JDBC 1203 released |
Date: | 2015-09-17 21:28:52 |
Message-ID: | CADK3HHKQb3wi7NQkVwr3jk3e7gfHmOnZhmHjRKpfLNJqAwEf=w@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-jdbc |
Some small bug fixes.
- fix: Implemented getFunctions
- fix: changed getProcedureColumns to getFunctionColumns
- fix: CopyManager fails to copy a file, reading just part of the data
#366
Author: Lonny Jacobson <https://github.com/lonnyj>
- add: Added PGTime/PGTimestamp
Author: Patric Bechtel <https://github.com/patric42>
fix: setObject(int parameterIndex, Object x, int targetSqlType) as it will
set scale of BigDecimal 'x' to 0 as default, resulting in rounded whole
values (!). PR #353 (24312c6) fix: round to correct amount test: add test
for BigDecimal rounding behaviour in setObject(index,Object,targetSqlType)
and setObject(index,Object,targetSqlType,scale) PR #353 (ff14f62)
Dave Cramer
From | Date | Subject | |
---|---|---|---|
Next Message | Dave Cramer | 2015-09-18 14:27:14 | Re: Version 1202 released |
Previous Message | Robert Haas | 2015-09-11 12:38:58 | Re: Proposal: Implement failover on libpq connect level. |