mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-08-24 17:36:39 +00:00
Note $c->strict_result_ordering configuration option.
This commit is contained in:
parent
1ff7c77a6e
commit
be8b373977
@ -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