Project

General

Profile

« Previous | Next » 

Revision 899

Added by berkley about 22 years ago

made a ton of changes related to keeping oracle SQL code out of the main classes. fixed a bug where the timing of the index thread was off so when it went to index a document, the document was not already in xml_documents thus breaking the FK relation between xml_documents and xml_index. I think that bug might be the reason for the blank resultset screens in morpho. made the postgres implementation much more robust.

View differences:

xmltables_postgres.sql
119 119
	user_owner VARCHAR(100),	-- the user owned the document
120 120
	user_updated VARCHAR(100),	-- the user updated the document
121 121
	server_location INT8,	-- the server on which this document resides
122
	rev INT8,   -- the revision number of the document
122
	rev INT8 default 1,   -- the revision number of the document
123 123
	date_created DATE,
124 124
	date_updated DATE,
125 125
	public_access INT8,	-- flag for public access

Also available in: Unified diff