This one time, at band camp, michael simons said:

ms>No, the resulting error message is "Missing constant".
ms>I changed the statement a little so it ran successfully, so I can tell 
ms>what's the bug:
ms>SAP DB does not accept the quotes (") around the nextval function call
ms>This way it worked:
ms>INSERT INTO "PRODUCT_GROUP" ("ID", "NAME") VALUES 
ms>("PRODUCT_GROUP_SEQ".nextval, 'test')
ms>
ms>So this is a bug, isn't it?

Michael, 

This appears to be a bug in GenericFactory#doubleQuoteName(). Castor
has a few spots in the code where special cases have been built for
SAPDb. Evidently this is another one. Because this appears to be a very
simple fix, I'll file a bug on it and fix is as soon as I can (hopefully
late tonight).

Bruce 
-- 
perl -e 'print unpack("u30","<0G)[EMAIL PROTECTED]&5R\"F9E<G)E=\$\!F<FEI+F-O;0\`\`");'

----------------------------------------------------------- 
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
        unsubscribe castor-dev

Reply via email to