turn of views as default

This commit is contained in:
Uwe Steinmann 2018-02-13 17:07:45 +01:00
parent 52ceaaf98e
commit 6ad630edf4
2 changed files with 3 additions and 1 deletions

View File

@ -217,7 +217,7 @@ class SeedDMS_Core_DatabaseAccess {
$this->_ttcontentid = false;
$this->_ttreceiptid = false;
$this->_ttrevisionid = false;
$this->_useviews = true;
$this->_useviews = false; // turn off views, because they are much slower then temp. tables
$this->_debug = false;
} /* }}} */

View File

@ -31,6 +31,8 @@ add lists of drafts and obsolete docs in SeedDMS_Core_DMS::getDocumentList()
add fast sql statement to SeedDMS_Core_Document::getReceiptStatus() if limit=1
add callback onCheckAccessDocument to SeedDMS_Core_Document::getAccessMode()
add new document status 'needs correction' (S_NEEDS_CORRECTION)
do not use views as a replacement for temp. tables anymore, because they are much
slower.
</notes>
<contents>
<dir baseinstalldir="SeedDMS" name="/">