[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: SQLite and callbacks

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Wed, 16 Feb 2011 20:31:17 +0200

Julian Foad wrote on Wed, Feb 16, 2011 at 18:25:35 +0000:
> AND NOT (SELECT 1 FROM actual_node
> WHERE wc_id = ?1 AND local_relpath = ?2)
>
> (I'm not sure whether "NOT (SELECT 1 ...)" is the correct or best way to
> say "this selection is empty", but you get the idea.)
>

AND 0 == (SELECT COUNT(*) ) ?
Received on 2011-02-16 19:36:34 CET

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.