mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-05-28 03:04:15 +00:00
Note $c->strict_result_ordering configuration option.
This commit is contained in:
parent
d331585080
commit
3b0b31df18
@ -84,3 +84,10 @@
|
||||
// $c->schema_patch
|
||||
// $c->schema_version
|
||||
|
||||
/**
|
||||
* This property is used to enforce regular ordering of query results so
|
||||
* that the regression test output is deterministically ordered. In
|
||||
* real life this is not important, and it is a performance hit, so it
|
||||
* should not usually be enabled anywhere else.
|
||||
*/
|
||||
// $c->strict_result_ordering = boolean;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user