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 - ([EMAIL PROTECTED])
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"
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>