View Issue Details

IDProjectCategoryView StatusLast Update
0000699Database Workbench v4SQL & Parameter Insightpublic2014-01-27 13:09
ReporterCarlos Tre Assigned ToMartijn Tonies  
PriorityhighSeveritymajorReproducibilityalways
Status closedResolutionfixed 
Product Version4.4.0 
Fixed in Version4.4.4 
Summary0000699: Firebird & InterBase: ":" wrongly added after selecting field from list in RETURNING_VALUES clause
Description1) Although that key combination pops the field list window up, after the field selection a ':' is added before the NEW keyword.

 IF (
    (NEW.IDEN_BNFC_NFEM IS NOT NULL)
    AND
    (NEW.IDEN_N924_NFEM IS NULL)
  )
  THEN BEGIN
    EXECUTE PROCEDURE P_PROX_IDEN_REGI RETURNING_VALUES :NEW.IDEN_N924_NFEM;
  END

end
Steps To ReproduceOpen the trigger editor
TagsNo tags attached.
DBMS & Version

Activities

Martijn Tonies

2014-01-13 16:28

administrator   ~0000258

(case 1, list not popping up is an enhancement request)

Issue History

Date Modified Username Field Change
2013-08-06 17:17 Carlos Tre New Issue
2013-08-07 13:52 Martijn Tonies Status new => acknowledged
2014-01-13 16:28 Martijn Tonies Note Added: 0000258
2014-01-13 16:28 Martijn Tonies Assigned To => Martijn Tonies
2014-01-13 16:28 Martijn Tonies Status acknowledged => assigned
2014-01-13 16:28 Martijn Tonies Summary ":" wrongly added after selecting field from list; the list doesn't pop up always => Firebird & InterBase: ":" wrongly added after selecting field from list in RETURNING_VALUES clause
2014-01-13 16:28 Martijn Tonies Description Updated
2014-01-13 16:28 Martijn Tonies Steps to Reproduce Updated
2014-01-13 16:47 Martijn Tonies Status assigned => resolved
2014-01-13 16:47 Martijn Tonies Fixed in Version => 4.4.4
2014-01-13 16:47 Martijn Tonies Resolution open => fixed
2014-01-27 13:09 Martijn Tonies Status resolved => closed