diff options
| author | Damien Regad <dregad@mantisbt.org> | 2016-04-27 19:14:31 +0200 |
|---|---|---|
| committer | Damien Regad <dregad@mantisbt.org> | 2016-04-27 19:46:25 +0200 |
| commit | d7f2e273470af94cb8bf9f17ddf04983ec7371e8 (patch) | |
| tree | cc45938919f0d26bcd47277e90552e5b50df4b8c /drivers/adodb-mssql.inc.php | |
| parent | 1212f9d410a63977246f00bbec68f33b2ff05e74 (diff) | |
| download | adodb-d7f2e273470af94cb8bf9f17ddf04983ec7371e8.tar.gz adodb-d7f2e273470af94cb8bf9f17ddf04983ec7371e8.tar.bz2 adodb-d7f2e273470af94cb8bf9f17ddf04983ec7371e8.zip | |
Whitespace
Diffstat (limited to 'drivers/adodb-mssql.inc.php')
| -rw-r--r-- | drivers/adodb-mssql.inc.php | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/drivers/adodb-mssql.inc.php b/drivers/adodb-mssql.inc.php index ff3d2f6e..3a403f66 100644 --- a/drivers/adodb-mssql.inc.php +++ b/drivers/adodb-mssql.inc.php @@ -863,7 +863,7 @@ order by constraint_name, referenced_table_name, keyno"; { return ADORecordSet_array_mssql::UnixTimeStamp($v); } - + /** * Returns a substring of a varchar type field * @@ -881,11 +881,11 @@ order by constraint_name, referenced_table_name, keyno"; if ($length == 0) /* * The length available to varchar is 2GB, but that makes no - * sense in a substring, so I'm going to arbitrarily limit + * sense in a substring, so I'm going to arbitrarily limit * the length to 1K, but you could change it if you want */ $length = 1024; - + $text = "SUBSTRING($fld,$start,$length)"; return $text; } @@ -1106,7 +1106,7 @@ class ADORecordset_mssql extends ADORecordSet { } /** - * Returns the maximum size of a MetaType C field. Because of the + * Returns the maximum size of a MetaType C field. Because of the * database design, SQL Server places no limits on the size of data inserted * Although the actual limit is 2^31-1 bytes. * @@ -1118,7 +1118,7 @@ class ADORecordset_mssql extends ADORecordSet { } /** - * Returns the maximum size of a MetaType X field. Because of the + * Returns the maximum size of a MetaType X field. Because of the * database design, SQL Server places no limits on the size of data inserted * Although the actual limit is 2^31-1 bytes. * |
