You can view the issue detail at the following URL:
<http://nagoya.apache.org/scarab/issues/id/TRQS57>
Type : Defect
Issue Id : TRQS57
Reported by: Eric Emminger
[EMAIL PROTECTED] - ([EMAIL PROTECTED])
Details:
Summary: columns that begin with 'remote' are missing from database
Description: I have a column named "remoteAddress" that was working with the coupled
Torque in TDK 2.1 using MySQL. When I recently switched to Torque 3.0-rc1 in TDK 2.2
RC1 using PostgreSQL, the column was missing from the database. I've tried executing
the SQL generated in WEB-INF/src/sql/project-schema.sql in psql and it works fine.
I believe the problem is that Torque is rejecting column names that begin with
'remote.'
See this related discussion.
http://www.mail-archive.com/turbine-user@;jakarta.apache.org/msg09192.html
I worked around this problem by renaming the column to 'statRemoteAddress'. If you
need, you can use the javaName attribute of the column to keep your Java references
the same.
Status: New
Resolution: Later
Database: Postgresql
Operating system: Linux
Priority: Low
--
To unsubscribe, e-mail: <mailto:turbine-torque-dev-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:turbine-torque-dev-help@;jakarta.apache.org>