You are viewing a plain text version of this content. The canonical link for it is here.
Posted to torque-dev@db.apache.org by Scott Eade <se...@backstagetech.com.au> on 2003/01/06 07:59:43 UTC

Re: [SOURCE] Issue #TRQS109 - double quoting fields in src/templates/sql/base/postgresql/c...

Unidiff!

    cvs diff -u


On 6/01/2003 6:38 PM, "t k" <te...@pobox.com> wrote:

> You can view the issue detail at the following URL:
> <http://scarab.werken.com/scarab/issues/id/TRQS109>
> 
> Type :        Patch
> Issue Id :    TRQS109
> Reported by: t k
>            tek1 - (tek1@pobox.com)
> 
> Details:
> 
> Platform: All
> Operating system: windows 2000
> Summary: double quoting fields in src/templates/sql/base/postgresql/columns.vm
> Description: Index: columns.vm
> ===================================================================
> RCS file: 
> /home/cvspublic/jakarta-turbine-torque/src/templates/sql/base/postgresql/colum
> ns.vm,v
> retrieving revision 1.4
> diff -r1.4 columns.vm
> 0a1
>> #set($_DQ_='"')
> 18c19
> <     #set ( $entry = "$col.Name $type $size $default $nullString" )
> ---
>>     #set ( $entry = "$_DQ_$col.Name$_DQ_ $type $size $default $nullString" )
> 20c21
> <     #set ( $entry = $strings.select($col.isAutoIncrement(), "$col.Name
> $autoIncrement", $entry) )
> ---
>>     #set ( $entry = $strings.select($col.isAutoIncrement(),
>> "$_DQ_$col.Name$_DQ_ $autoIncrement", $entry) )
> Status: New
> 
> 
> --
> To unsubscribe, e-mail:
> <ma...@jakarta.apache.org>
> For additional commands, e-mail:
> <ma...@jakarta.apache.org>
> 


Re: [SOURCE] Issue #TRQS109 - double quoting fields insrc/templates/sql/base/postgresql/c...

Posted by tek1 <te...@pobox.com>.
my apologies again.

i have it now.  should i (if i have the ability to) remove the previous 
patch submissions from scarab and just submit 1 long unidiff for the 3 
different .vm templates?

thanks.


At 17:59 03/01/06 +1100, you wrote:
>Unidiff!
>
>     cvs diff -u