You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by bu...@apache.org on 2002/07/08 23:00:29 UTC

DO NOT REPLY [Bug 9985] - VARBINARY generates wrong code

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9985>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9985

VARBINARY generates wrong code





------- Additional Comments From dlr@finemaltcoding.com  2002-07-08 21:00 -------
Looking towards the beginning of
jakarta-turbine-torque/src/templates/om/Object.vm, I'm not certain that this bug
still exists:

          ...
          #else 
              #if (!$col.isPrimitive() && $cjtype != "String") 
                  #set ( $defaultValue = "new ${cjtype}($defaultValue)" ) 
              #end 
              #set ($defVal = " = $quote$defaultValue$quote") 
          #end 
        #end

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>