View Issue Details

IDProjectCategoryView StatusLast Update
0001731CaseTalk ModelerGeneration (SQL, XML, etc)public2022-01-10 20:40
ReporterBCP Software Assigned ToBCP Software  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version9.0 
Target Version9.1Fixed in Version9.1 
Summary0001731: SQL Views contain a comma too much
Description  CREATE VIEW IF NOT EXISTS Project_Employee AS
  SELECT

    Employee, -- Project Employee/Employee
    Project, -- Project Employee/Project
    FROM Hour_Rate
  UNION
  SELECT

    Employee, -- Project Employee/Employee
    Project, -- Project Employee/Project
    FROM Working_Hours;
Additional InformationAfter "Project" the comma is to be removed.
TagsNo tags attached.
CaseTalk Editionunknown

Activities

BCP Software

BCP Software

2022-01-10 20:40

administrator   ~0003495

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
2018-05-28 12:05 BCP Software New Issue
2018-05-28 12:05 BCP Software Status new => assigned
2018-05-28 12:05 BCP Software Assigned To => BCP Software
2018-05-28 12:05 BCP Software Status assigned => resolved
2018-05-28 12:05 BCP Software Resolution open => fixed
2018-05-28 12:05 BCP Software Fixed in Version => 9.1
2022-01-10 20:40 BCP Software Note Added: 0003495
2022-01-10 20:40 BCP Software Status resolved => closed