Dan Scott wrote:
Renaming columns will be possible in the as-yet-unreleased 10.3.0
version of Derby according to
https://issues.apache.org/jira/browse/DERBY-1490

Hi Dan, thanks for the nice words!

I just wanted to suggest a couple other ideas that might help in the meantime:

 - define a view, and have your program access the view rather than the table.
 - create a new table, copy your data from the old table to the new table,
   drop the old table, and then rename the new table to the old table.

These are definitely more cumbersome, but until we get a release of the
code with the DERBY-1490 changes, they might help.

thanks,

bryan


Reply via email to