@@ -129,7 +129,7 @@ discard block |
||
| 129 | 129 | * Checks whether the current SQL Server version has full-text |
| 130 | 130 | * support installed and full-text is enabled for this database. |
| 131 | 131 | * |
| 132 | - * @return boolean |
|
| 132 | + * @return string|boolean |
|
| 133 | 133 | */ |
| 134 | 134 | public function fullTextEnabled() |
| 135 | 135 | { |
@@ -143,7 +143,7 @@ discard block |
||
| 143 | 143 | * Checks whether the current SQL Server version has full-text |
| 144 | 144 | * support installed and full-text is enabled for this database. |
| 145 | 145 | * |
| 146 | - * @return boolean |
|
| 146 | + * @return false|string |
|
| 147 | 147 | */ |
| 148 | 148 | protected function updateFullTextEnabled() |
| 149 | 149 | { |
@@ -528,6 +528,9 @@ discard block |
||
| 528 | 528 | return parent::query($sql, $errorLevel); |
| 529 | 529 | } |
| 530 | 530 | |
| 531 | + /** |
|
| 532 | + * @param string $sql |
|
| 533 | + */ |
|
| 531 | 534 | public function preparedQuery($sql, $parameters, $errorLevel = E_USER_ERROR) |
| 532 | 535 | { |
| 533 | 536 | $this->inspectQuery($sql); |