Project

General

Profile

« Previous | Next » 

Revision 531

Added by Matt Jones over 23 years ago

Changed utility query to include the user_owner field rather than the
title field, which is now obsolete.

View differences:

src/sqldoclist.sql
2 2
column docid format a10
3 3
column docname format a15
4 4
column doctype format a20
5
column doctitle format a20
6
select docid,docname,doctype,rootnodeid,doctitle from xml_documents
5
column user_owner format a20
6
select docid,docname,doctype,rootnodeid,user_owner from xml_documents
7 7
 order by docid;

Also available in: Unified diff