From be21c08e3246ecb2c10fbe0cfdd09242e894a047 Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Sat, 9 Aug 2008 04:39:35 +0000 Subject: [PATCH] MINOR Documentation git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@60210 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- core/model/SQLQuery.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/core/model/SQLQuery.php b/core/model/SQLQuery.php index 374a48db2..caf05a8d3 100755 --- a/core/model/SQLQuery.php +++ b/core/model/SQLQuery.php @@ -2,6 +2,11 @@ /** * Object representing a SQL query. * The various parts of the SQL query can be manipulated individually. + * + * Caution: Only supports SELECT (default) and DELETE at the moment. + * + * @todo Add support for INSERT and UPDATE queries + * * @package sapphire * @subpackage model */