diff options
Diffstat (limited to 'framework/Testing/Data/Schema/mssql/TMssqlCommandBuilder.php')
-rwxr-xr-x | framework/Testing/Data/Schema/mssql/TMssqlCommandBuilder.php | 1 |
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. |