~svn/ubuntu/oneiric/subversion/ppa

« back to all changes in this revision

Viewing changes to subversion/libsvn_wc/wc-queries.h

  • Committer: Max Bowsher
  • Date: 2012-10-25 00:08:47 UTC
  • mfrom: (44.1.49 precise)
  • Revision ID: _@maxb.eu-20121025000847-8xxg7ea4qdqio0w4
Tags: 1.7.7-0svn2~oneiric+svn1
MergeĀ 1.7.7

Show diffs side-by-side

added added

removed removed

Lines of Context:
1237
1237
 
1238
1238
#define STMT_SELECT_ALL_FILES 140
1239
1239
#define STMT_140 \
1240
 
  "SELECT DISTINCT local_relpath FROM nodes " \
 
1240
  "SELECT local_relpath FROM nodes_current " \
1241
1241
  "WHERE wc_id = ?1 AND parent_relpath = ?2 AND kind = 'file' " \
1242
1242
  ""
1243
1243