Stefan Sperling <[email protected]> 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

