Unidiff!
cvs diff -u
On 6/01/2003 6:38 PM, "t k" <[EMAIL PROTECTED]> 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 - ([EMAIL PROTECTED])
>
> 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:
> <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
> <mailto:[EMAIL PROTECTED]>
>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>