View Issue Details

IDProjectCategoryView StatusLast Update
238WADFCorepublic28 Jul 2009 22:20
Reportermrosenquist Assigned Totimj  
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionfixed 
Product Version0.12.0 
Target Version0.13.0Fixed in Version0.13.0 
Summary238: Database redeployment tries to remove views as tables
DescriptionDatabase redeployment tries to remove views as tables

Suggested simple fix (use if exists):
DROP TABLE IF EXISTS `table_or_view_x`;
DROP VIEW IF EXISTS `table_or_view_x`;
TagsNo tags attached.

Activities

timj

20 Jul 2009 22:56

manager   ~247

Fixed in SVN r1829

Issue History

Date Modified Username Field Change
20 Jul 2009 15:02 mrosenquist New Issue
20 Jul 2009 22:49 timj Assigned To => timj
20 Jul 2009 22:49 timj Status new => assigned
20 Jul 2009 22:49 timj Target Version => 0.12.1
20 Jul 2009 22:49 timj Summary Wadf-reprocess tries to remove views as tables => Database redeployment tries to remove views as tables
20 Jul 2009 22:49 timj Description Updated
20 Jul 2009 22:56 timj Note Added: 247
20 Jul 2009 22:56 timj Status assigned => resolved
20 Jul 2009 22:56 timj Fixed in Version => 0.12.1
20 Jul 2009 22:56 timj Resolution open => fixed
28 Jul 2009 22:20 timj Status resolved => closed