Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
trasher committed Oct 5, 2016
1 parent 811a447 commit 4cbecb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/devapi/querydb.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ To query database, you can use the ``$DB::request()`` method and give it a full

.. warning::

Whether this is possible to use full SQL t query database using this method, it should be avoid when possible, and you'd better use :doc:`DBIterator <dbiterator>` instead.
Whether this is possible to use full SQL to query database using this method, it should be avoid when possible, and you'd better use :doc:`DBIterator <dbiterator>` instead.

To make a database query that could not be done using DBIterator (calling SQL functions such as ``NOW()``, ``ADD_DATE()``, ... for example), you can do:

Expand Down

0 comments on commit 4cbecb5

Please sign in to comment.