Author: taylor
Date: Fri Aug 5 19:19:46 2005
New Revision: 230521
URL: http://svn.apache.org/viewcvs?rev=230521&view=rev
Log:
When we upgraded to Torque version 3.2-rc1, Torque was incorrectly generating
MySQL statements for MEDIUMTEXT as
COLUMN_VALUE MEDIUMTEXTNOT NULL,
instead of the correct
COLUMN_VALUE MEDIUMTEXT NOT NULL,
I have patched and rebuilt Torque from their CVS head (the problem was still
there) and will be sending a patch to their list tomorrow
(Seems odd, but I couldn't find a JIRA project for Torque)
I also loaded the patched jars into a remote repo for immediate use
Modified:
portals/jetspeed-2/trunk/project.xml
Modified: portals/jetspeed-2/trunk/project.xml
URL:
http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/project.xml?rev=230521&r1=230520&r2=230521&view=diff
==============================================================================
--- portals/jetspeed-2/trunk/project.xml (original)
+++ portals/jetspeed-2/trunk/project.xml Fri Aug 5 19:19:46 2005
@@ -35,7 +35,7 @@
<dependency>
<groupId>torque</groupId>
<artifactId>maven-torque-plugin</artifactId>
- <version>3.2-rc1</version>
+ <version>3.2-rc2-dev</version>
<type>plugin</type>
<properties/>
</dependency>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]