~ubuntu-branches/ubuntu/wily/tora/wily-proposed

« back to all changes in this revision

Viewing changes to toresultdepend.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Gauvain Pocentek
  • Date: 2006-06-30 19:49:57 UTC
  • mfrom: (1.2.3 upstream) (3.1.1 etch)
  • Revision ID: james.westby@ubuntu.com-20060630194957-cyt5gcqgl9095z2i
Tags: 1.3.21-3ubuntu1
Merge from debian unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
56
56
                             " ORDER BY referenced_owner,referenced_type,referenced_name",
57
57
                             "Display dependencies on an object, must have first two "
58
58
                             "columns same columns and same bindings",
59
 
                             "8.0");
 
59
                             "0800");
60
60
static toSQL SQLResultDepend7("toResultDepend:Depends",
61
61
                              "SELECT DISTINCT\n"
62
62
                              "       referenced_owner \"Owner\",\n"
68
68
                              "   AND name = :name<char[101]>\n"
69
69
                              " ORDER BY referenced_owner,referenced_type,referenced_name",
70
70
                              "",
71
 
                              "7.3");
 
71
                              "0703");
72
72
 
73
73
bool toResultDepend::canHandle(toConnection &conn)
74
74
{