From: Gavin_King/Cirrus%<CI...@ci...> - 2002-03-06 06:17:27
|
> i am writing a sap db dialect, (which is proving more painful than > originally expected :-)). > the default column name for the hilo generator is next. this is a reserved > word in sap db and cannot be used as a column name without being enclosed in > double quotes. Okay, we better change the default column name. *yick* this will affect people - thats kind of painful :( Make it next_hi that can't possibly be reserved anywhere. Thanks for helping out, Brad. If you send me your sourceforge username I can give you CVS access otherwise just mail me the dialect when you're done. |