Changes to "SQLSnippets" between 2014-10-28 15:02:23 and 2014-10-28 15:02:53
︙ | |||
253 254 255 256 257 258 259 | 253 254 255 256 257 258 259 260 261 262 263 264 265 266 | - - | WHERE tag.tagname='sym-' || branch.name AND tagxref.tagid=tag.tagid AND tagxref.tagtype>0 AND event.objid=tagxref.rid AND blob.rid=event.objid AND event.type GLOB 'ci' GROUP BY branch.name |
︙ |