DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=32011>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=32011
[PATCH] buildList in AbstractDatabaseAction generates incorrect parameter list
------- Additional Comments From wchao@yahoo.com 2004-11-02 14:45 -------
The choice of the database does not matter. It is very very basic SQL.
Basically any use of DatabaseAddAction causes the problem. DatabaseAddAction
inherits from AbstractDatabaseAction, which has a bad buildList(Configuration
[] values, int begin) method. I unfortunately am not familiar with HSQLDB. I
am using PostgreSQL, but the test case should work with any database once you
get the DDL correct (the create table statements). I think you might have to
change the double precision data type in the create statements to whatever
HSQLDB uses for doubles, but otherwise the other data types are most likely
exactly the same in the DDL.
|