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

Re: svn commit: r915930 - in /subversion/trunk/subversion/libsvn_wc: wc-queries.sql wc_db.c

From: Philip Martin <philip.martin_at_wandisco.com>
Date: Wed, 24 Feb 2010 19:27:20 +0000

Stefan Sperling <stsp_at_elego.de> writes:

>> -SELECT wc_id, local_relpath, parent_relpath, presence, kind, checksum,
>> +SELECT wc_id, local_relpath, parent_relpath, ?3 AS presence, kind, checksum,
>> translated_size, changed_rev, changed_date, changed_author, depth,
>> symlink_target, last_mod_time FROM BASE_NODE
>> -WHERE wc_id = ?1 AND local_relpath = ?2;
>> +WHERE wc_id = ?1 AND local_relpath = ?2
>
> Was the semicolon dropped on purpose?

No, I'll put it back. It doesn't seem to make a difference.

-- 
Philip
Received on 2010-02-24 20:27:58 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.