Downloads Documentation Community Contribute Demo






Show Sidebar
Login | Register

Ticket #910 (new defect)

Opened 4 months ago

Last modified 4 months ago

Taking a numeric concept and changing its datatype to text leaves a row in concept_numeric

Reported by: djazayeri Assigned to: somebody
Priority: major Milestone: OpenMRS 1.4
Component: OpenMRS Code Base Keywords:
Cc: Introductory Ticket:

Description

If you have a numeric concept, and then you use the dictionary edit pages to change it to having datatype=text, the row remains in the concept_numeric table. This doesn't cause problems in most cases because we switch on conceptDatatype, and not on the java class.

But I've run into some cases in formimportexport's concept dictionary synching where this is a problem.

Discovered via #891. Maybe related to #793.

Change History

07/15/08 13:28:40 changed by bwolfe

This was a known issue, but no known problems existed because of it.

Does the patch on #793 cause hibernate to automatically delete the row?

07/15/08 13:49:00 changed by djazayeri

Not sure, and no time to try right now.