summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source
diff options
context:
space:
mode:
authorAndrey Andreev <narf@bofh.bg>2012-10-30 10:37:15 +0100
committerGDmac <grdalenoort@gmail.com>2012-10-30 13:05:53 +0100
commitafca803c1a9212575c9a6454d5a648d1170da91d (patch)
treef1a6ca033ec4f06f82bb25f9f33f22e09161194f /user_guide_src/source
parent759d322a2e7d16278dede0eeafb86f5e5ea1ddc0 (diff)
[ci skip] Fix a note in the QB documentation
Diffstat (limited to 'user_guide_src/source')
-rw-r--r--user_guide_src/source/database/query_builder.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/user_guide_src/source/database/query_builder.rst b/user_guide_src/source/database/query_builder.rst
index 5380d0998..61cd7dfed 100644
--- a/user_guide_src/source/database/query_builder.rst
+++ b/user_guide_src/source/database/query_builder.rst
@@ -492,8 +492,8 @@ Or multiple function calls can be made if you need multiple fields.
.. note:: order_by() was formerly known as orderby(), which has been
removed.
-.. note:: random ordering is not currently supported in Oracle or MSSQL
- drivers. These will default to 'ASC'.
+.. note:: Random ordering is not currently supported in Oracle and
+ will default to ASC instead.
$this->db->limit()
==================