View Issue Details

IDProjectCategoryView StatusLast Update
0002126CaseTalk ModelerGeneration (SQL, XML, etc)public2022-01-10 20:40
ReporterBCP Software Assigned ToBCP Software  
PrioritynormalSeveritymajorReproducibilityhave not tried
Status closedResolutionfixed 
Target Version9.5.3Fixed in Version9.5.3 
Summary0002126: Denodo prohibits columns without description
DescriptionDenodo scripts do now allow views to be defined containing columns without a description.
Steps To ReproduceThis should be the definition of the view:

----

CREATE OR REPLACE VIEW times
  FOLDER = '/CaseTalk/some/other'
  DESCRIPTION = 'a set of times'
  PRIMARY KEY('t')
(
  t (description = 'According to HH:MM:SS notation')
)
  AS
  SELECT t, subseconds FROM table_times
TagsNo tags attached.
CaseTalk Editionunknown

Activities

BCP Software

BCP Software

2022-01-10 20:40

administrator   ~0003788

Closing automatically, stayed too long in resolved state. Feel free to re-open with additional information if you think the issue is not resolved.

Issue History

Date Modified Username Field Change
2019-04-25 09:29 BCP Software New Issue
2019-04-25 09:29 BCP Software Status new => assigned
2019-04-25 09:29 BCP Software Assigned To => BCP Software
2019-04-25 10:21 BCP Software Status assigned => resolved
2019-04-25 10:21 BCP Software Resolution open => fixed
2019-04-25 10:21 BCP Software Fixed in Version => 9.5.3
2022-01-10 20:40 BCP Software Note Added: 0003788
2022-01-10 20:40 BCP Software Status resolved => closed