svn commit: r1438194 - /db/torque/torque4/trunk/torque-test/src/test/java/org/apache/torque/generated/peer/QualifiedTableNameTest.java

2013-01-24 Thread tfischer
Author: tfischer Date: Thu Jan 24 21:06:58 2013 New Revision: 1438194 URL: http://svn.apache.org/viewvc?rev=1438194&view=rev Log: fix test javadoc Modified: db/torque/torque4/trunk/torque-test/src/test/java/org/apache/torque/generated/peer/QualifiedTableNameTest.java Modified: db/torque/to

svn commit: r1438178 - /db/torque/torque4/trunk/torque-templates/src/main/java/org/apache/torque/templates/platform/PlatformPostgresqlImpl.java

2013-01-24 Thread tfischer
Author: tfischer Date: Thu Jan 24 20:47:20 2013 New Revision: 1438178 URL: http://svn.apache.org/viewvc?rev=1438178&view=rev Log: BYTEA cannot have a size in Postgresql Modified: db/torque/torque4/trunk/torque-templates/src/main/java/org/apache/torque/templates/platform/PlatformPostgresqlImp

[jira] [Commented] (TORQUE-250) Fix documentation issues

2013-01-24 Thread Thomas Vandahl (JIRA)
[ https://issues.apache.org/jira/browse/TORQUE-250?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13561586#comment-13561586 ] Thomas Vandahl commented on TORQUE-250: --- I was able to fix the compiler failure by a

svn commit: r1437968 - /db/torque/torque4/trunk/torque-runtime/src/main/java/org/apache/torque/Torque.java

2013-01-24 Thread tv
Author: tv Date: Thu Jan 24 11:54:14 2013 New Revision: 1437968 URL: http://svn.apache.org/viewvc?rev=1437968&view=rev Log: The cast is necessary to work around bug http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6302954 in JDK 5.0 This version compiles with jdk 1.5.0_22. Tests pass. Modifie