summaryrefslogtreecommitdiff
path: root/framework/Testing/Data/Schema/mssql/TMssqlCommandBuilder.php
diff options
context:
space:
mode:
authorctrlaltca@gmail.com <>2011-05-25 08:08:06 +0000
committerctrlaltca@gmail.com <>2011-05-25 08:08:06 +0000
commitb282fa042e344a3739d5b48ac393e50c082227e4 (patch)
tree4a62b0978119499426867e68eea94b30cc61413c /framework/Testing/Data/Schema/mssql/TMssqlCommandBuilder.php
parent58544be11ffc793eb39d613ce7878a7feba1ee02 (diff)
fixed last blocking error related to the build script. it completes successfully now
Diffstat (limited to 'framework/Testing/Data/Schema/mssql/TMssqlCommandBuilder.php')
-rwxr-xr-xframework/Testing/Data/Schema/mssql/TMssqlCommandBuilder.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/Testing/Data/Schema/mssql/TMssqlCommandBuilder.php b/framework/Testing/Data/Schema/mssql/TMssqlCommandBuilder.php
index 17a6f6ab..54190f33 100755
--- a/framework/Testing/Data/Schema/mssql/TMssqlCommandBuilder.php
+++ b/framework/Testing/Data/Schema/mssql/TMssqlCommandBuilder.php
@@ -176,6 +176,7 @@ class TMssqlCommandBuilder extends TDbCommandBuilder
* <li>
* No clauses should follow the ORDER BY clause, e.g. no COMPUTE or FOR clauses.
* </li>
+ * </ul>
*
* @param string SQL query string.
* @param integer maximum number of rows, -1 to ignore limit.