Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0000081 [Oberon Platform] OOQL language feature N/A 2012-09-20 19:36 2012-09-30 18:20
Reporter g_prajeesh View Status public  
Assigned To administrator
Priority high Resolution fixed  
Status resolved   Product Version
Summary 0000081: Way to destroy multiple objects together
Description It will be nice to have an OOQL for deleting multiple objects together

As of today the OOQL for destroy is

object destroy ObjectIdName ;

It will be nice to have

object destroy ObjectIdName,{ObjectIdName };
Additional Information
Tags No tags attached.
Attached Files

- Relationships

-  Notes
(0000155)
administrator (administrator)
2012-09-30 18:20

Now is possible to specify multiple objects for destroy,lock,unclock,progress,regress commands

Examples:

object lock #00001-5B5AA5D9, #00001-0BFB6265 ;
object unlock #00001-5B5AA5D9, #00001-0BFB6265 ;
object progress #00001-5B5AA5D9, #00001-0BFB6265 ;
object regress #00001-5B5AA5D9, #00001-0BFB6265 ;
object destroy #00001-5B5AA5D9, #00001-0BFB6265 ;

object lock 'SR_Enhancement' 'RICH-I.0000400' '00', 'SR_Enhancement' 'RICH-I.0000300' '00' ;
object unlock 'SR_Enhancement' 'RICH-I.0000400' '00', 'SR_Enhancement' 'RICH-I.0000300' '00' ;
object progress 'SR_Enhancement' 'RICH-I.0000400' '00', 'SR_Enhancement' 'RICH-I.0000300' '00' ;
object regress 'SR_Enhancement' 'RICH-I.0000400' '00', 'SR_Enhancement' 'RICH-I.0000300' '00' ;
object destroy 'SR_Enhancement' 'RICH-I.0000400' '00', #'SR_Enhancement' 'RICH-I.0000300' '00' ;

- Issue History
Date Modified Username Field Change
2012-09-20 19:36 g_prajeesh New Issue
2012-09-21 14:06 administrator Assigned To => administrator
2012-09-21 14:06 administrator Status new => assigned
2012-09-30 18:16 administrator Fixed in Version => 3.1 - DB build 0068
2012-09-30 18:16 administrator Target Version => 3.1 - DB build 0068
2012-09-30 18:20 administrator Note Added: 0000155
2012-09-30 18:20 administrator Status assigned => resolved
2012-09-30 18:20 administrator Resolution open => fixed
© 2008-2013 Mirko Solazzi | Website Templates by IceTemplates.com
Please Read: Privacy Policy and Terms of Use

Powered by Mantis Bugtracker
Copyright © 2000 - 2008 Mantis Group