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 t k <te...@pobox.com> on 2003/01/06 08:42:24 UTC

[SOURCE] Issue #TRQS111 - double quoting fields in src/templates/sql/base/postgresql/p...

You can view the issue detail at the following URL:
<http://scarab.werken.com/scarab/issues/id/TRQS111>

Type :        Patch
Issue Id :    TRQS111
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/primarykey.vm
Description: Index: primarykey.vm
===================================================================
RCS file: /home/cvspublic/jakarta-turbine-torque/src/templates/sql/base/postgresql/primarykey.vm,v
retrieving revision 1.3
diff -r1.3 primarykey.vm
0a1
> #set($_DQ_='"')
2c3
<     PRIMARY KEY ($table.printPrimaryKey()),
---
>     PRIMARY KEY ($_DQ_$table.printPrimaryKey()$_DQ_),