mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-13 21:21:27 +00:00
turn of views as default
This commit is contained in:
parent
52ceaaf98e
commit
6ad630edf4
|
@ -217,7 +217,7 @@ class SeedDMS_Core_DatabaseAccess {
|
||||||
$this->_ttcontentid = false;
|
$this->_ttcontentid = false;
|
||||||
$this->_ttreceiptid = false;
|
$this->_ttreceiptid = false;
|
||||||
$this->_ttrevisionid = false;
|
$this->_ttrevisionid = false;
|
||||||
$this->_useviews = true;
|
$this->_useviews = false; // turn off views, because they are much slower then temp. tables
|
||||||
$this->_debug = false;
|
$this->_debug = false;
|
||||||
} /* }}} */
|
} /* }}} */
|
||||||
|
|
||||||
|
|
|
@ -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 fast sql statement to SeedDMS_Core_Document::getReceiptStatus() if limit=1
|
||||||
add callback onCheckAccessDocument to SeedDMS_Core_Document::getAccessMode()
|
add callback onCheckAccessDocument to SeedDMS_Core_Document::getAccessMode()
|
||||||
add new document status 'needs correction' (S_NEEDS_CORRECTION)
|
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>
|
</notes>
|
||||||
<contents>
|
<contents>
|
||||||
<dir baseinstalldir="SeedDMS" name="/">
|
<dir baseinstalldir="SeedDMS" name="/">
|
||||||
|
|
Loading…
Reference in New Issue
Block a user