提交 71ecc4cf 编写于 作者: J Joram Barrez

Fix for Oracle database upgrade proxy formatter + updated readme

上级 9663f5e1
......@@ -46,9 +46,11 @@
<ul>
<li>Added Activiti Modeler to the Activiti Explorer web application</li>
<li>Removed buggy demo script and replaced with simpler distribution</li>
<li>Support for doing queries that are not out-of-the-box possible with the query api (called 'native queries')</li>
<li>Enhanced ability to query for history variable values</li>
<li>Improved functionality to suspend and activate process definitions and instances</li>
<li>Improved Activiti QA and added DB2 and MSSQL servers</li>
<li>Added support for using a service call in aJava delegates (see <a href="http://www.jorambarrez.be/blog/2012/10/25/call-a-service-in-a-service-tas/">here</a> for more details)</li>
<li>Lots of bug fixes</li>
</ul>
......
......@@ -24,7 +24,7 @@ public class DatabaseFormatterOracle extends DatabaseFormatter {
StringBuffer sb = new StringBuffer();
sb.append("to_timestamp('");
sb.append(oracleDateFormat.format(date));
sb.append("', 'YYYY-MM-DD HH:MI:SS.FF')");
sb.append("', 'YYYY-MM-DD HH24:MI:SS.FF')");
return sb.toString();
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册