# # DQUERY configuration for DQUERY testquerymfileOnly # # issue 20190705165400 # @querytitle Testabfrage, die nur in einem dquerymfile definiert ist @description Beschreibung der Testabfrage, die nur in einem dquerymfile definiert ist @group TEST @resultobject_options.expandall true @querytype jsexpr @qexpression that.result = new aux.Result('object'); that.result.resultobject = {}; that.result.resultobject.query = that.query; that.result.resultobject.tsteps = that.tsteps; that.result.resultobject.bsteps = that.bsteps; that.result.resultobject.csteps = that.csteps; that.result.resultobject.sec2 = that.sec2; that.result.resultobject.sec3 = that.sec3; that.result.resultobject.end = "END"; that.result.resultobject.tsteps_dump = aux.objTxt(that.tsteps); @title Ausgabe von testquerymfileOnly # # the following steps are "unnamed" as they have no section name in front of them # (however, they will be compiled to section [.tsteps] # sql select 'unnamed STEP_0' as step_0_col0 qexpression logger.debug("unnamed STEP_1"); qexpression logger.debug("unnamed STEP_2"); aexpression.0 logger.debug("part 0 of aexpression in unnamed step 3"); doSomethingAsync(this); aexpression.1 logger.debug("part 1 of aexpression in unnamed step 3"); doSomethingAsync(this); aexpression.2 logger.debug("part 2 of aexpression in unnamed step 3"); doSomethingAsync(this); qexpression logger.debug("unnamed STEP_4"); ~bsteps start: qexpression logger.debug("BSTEPS.STEP=0"); sql select 'bsteps STEP_1' as bstep_1_col0 ~csteps start: qexpression logger.debug("CSTEPS.STEP=0"); sql select nix from etwas medium: goto start [sec2] @att20 attribute 0 of section 2 [sec3] @att30 attribute 0 of section 3