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:41:06 UTC

[SOURCE] Issue #TRQS110 - double quoting table name in src/templates/sql/base/postgres...

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

Type :        Patch
Issue Id :    TRQS110
Reported by: t k
             tek1 - (tek1@pobox.com)

Details:

Platform: All
Operating system: windows 2000
Summary: double quoting table name in src/templates/sql/base/postgresql/table.vm
Description: Index: table.vm
===================================================================
RCS file: /home/cvspublic/jakarta-turbine-torque/src/templates/sql/base/postgresql/table.vm,v
retrieving revision 1.3
diff -r1.3 table.vm
5c5
< $generator.parse("$basepath/drop.vm", "", "table", $tbl)
---
> ##$generator.parse("$basepath/drop.vm", "", "table", $tbl)
9c9
< CREATE TABLE $table.Name
---
> CREATE TABLE "$table.Name"