findAllMatches issue

Yeah, sorry.
Then you should check them 1 by 1 :

nodesList=[]
nodeCollection1 = render.findAllMatches("=type=database")
for n in nodeCollection1.findAllMatches("=sqlId=139").asList():
    if n.getTag("incId")=="197":
       nodesList.append(n)
print nodesList