On Monday, December 7, 2015 at 11:48:54 PM UTC-8, Mo wrote: > > The difference between reports and queries gets even more confusing if I > change a custom query and save it, which leads to a "Edit Report" dialog > and "Save Report" button, where I can review the SQL behind my custom query > and save it. So behind the queries engine there is always a SQL report as > well? >
For a custom query (1), you'll find that it's not SQL in the report, but rather Query Language (2). For report 36 on t.e.o (3), the following is saved: query:?status=closed & group=version & max=150 & order=priority & col=id & col=summary & col=owner & col=type & col=priority & col=component & col=version & col=changetime & milestone= & report=36 & resolution=fixed Note the label above the SQL/TracQuery box: <https://lh3.googleusercontent.com/-Vdkdd-GICCk/Vmcf977R2OI/AAAAAAAACn8/fXfP8ABvJQU/s1600/Screen%2BShot%2B2015-12-08%2Bat%2B10.22.11.png> We can probably change the labels to make this slightly less confusing, see #12266 (4). What about if I like to re-arrange the queries? For now they have fixed > index and inserting another custom query in the list is not possible > easily, for example if I like to have the list sorted by project. > The request is captured in #7022 (5). - Ryan (1) http://trac.edgewall.org/wiki/TracQuery#SavingQueries (2) http://trac.edgewall.org/wiki/TracQuery#QueryLanguage (3) http://trac.edgewall.org/report/36 (4) http://trac.edgewall.org/ticket/12266 (5) http://trac.edgewall.org/ticket/7022 -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/trac-users. For more options, visit https://groups.google.com/d/optout.
