details:   https://code.openbravo.com/erp/devel/pi/rev/c48840608378
changeset: 28271:c48840608378
user:      Carlos Aristu <carlos.aristu <at> openbravo.com>
date:      Wed Jan 20 18:52:48 2016 +0100
summary:   fixes issue 31959: Incorrect posting data using postgresql jdbc 
connection pool


There was a problem in the binary transfer of Dates performed by the postgresql 
library version 9.4-1201. This problem is not happening on version 9.4-1207 
because when the queries are executed it now includes a mechanism to identify 
if the fields of the query need to update their format to binary.

For this reason, to fix the problem the postgresql jdbc driver has been 
upgraded to version 9.4-1207

diffstat:

 build.xml                                 |    2 +-
 legal/Licensing.txt                       |    2 +-
 lib/runtime/postgresql-9.4-1201.jdbc4.jar |    0 
 lib/runtime/postgresql-9.4.1207.jre6.jar  |    0 
 4 files changed, 2 insertions(+), 2 deletions(-)

diffs (28 lines):

diff -r 9cbd94b17c88 -r c48840608378 build.xml
--- a/build.xml Wed Jan 20 12:20:10 2016 +0100
+++ b/build.xml Wed Jan 20 18:52:48 2016 +0100
@@ -1104,7 +1104,7 @@
         <pathelement path="${base.lib}/runtime/log4j-1.2.16.jar" />
         <pathelement path="${base.lib}/runtime/commons-pool-1.5.6.jar" />
         <pathelement path="${base.lib}/runtime/commons-dbcp-1.4.jar" />
-        <pathelement path="${base.lib}/runtime/postgresql-9.4-1201.jdbc4.jar" 
/>
+        <pathelement path="${base.lib}/runtime/postgresql-9.4.1207.jre6.jar" />
         <pathelement path="${base.lib}/runtime/ojdbc6.jar" />
         <pathelement path="${base.lib}/runtime/commons-collectionsi-3.2.1.jar" 
/>
         <pathelement path="${base.lib}/runtime/ant-1.9.2.jar" />
diff -r 9cbd94b17c88 -r c48840608378 legal/Licensing.txt
--- a/legal/Licensing.txt       Wed Jan 20 12:20:10 2016 +0100
+++ b/legal/Licensing.txt       Wed Jan 20 18:52:48 2016 +0100
@@ -123,7 +123,7 @@
 All files under Apache Software License 2.0, available at
 http://www.apache.org/licenses/LICENSE-2.0
 
-# postgresql-9.4-1201.jdbc4.jar
+# postgresql-9.4.1207.jre6.jar
 Under the BSD license, also available at 
http://jdbc.postgresql.org/license.html  
 
 # xstream-1.3.1.jar
diff -r 9cbd94b17c88 -r c48840608378 lib/runtime/postgresql-9.4-1201.jdbc4.jar
Binary file lib/runtime/postgresql-9.4-1201.jdbc4.jar has changed
diff -r 9cbd94b17c88 -r c48840608378 lib/runtime/postgresql-9.4.1207.jre6.jar
Binary file lib/runtime/postgresql-9.4.1207.jre6.jar has changed

------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140
_______________________________________________
Openbravo-commits mailing list
Openbravo-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to