|
|
@@ -584,13 +584,8 @@ class Connection implements ConnectionInterface
|
|
|
/**
|
|
|
* Enables/disables the usage of savepoints, enables only if driver the allows it.
|
|
|
*
|
|
|
- * If you are trying to enable this feature, make sure you check the return value of this
|
|
|
- * function to verify it was enabled successfully.
|
|
|
- *
|
|
|
- * ### Example:
|
|
|
- *
|
|
|
- * `$connection->enableSavePoints(true)` Returns true if drivers supports save points, false otherwise
|
|
|
- * `$connection->enableSavePoints(false)` Disables usage of savepoints and returns false
|
|
|
+ * If you are trying to enable this feature, make sure you check
|
|
|
+ * `isSavePointsEnabled()` to verify that savepoints were enabled successfully.
|
|
|
*
|
|
|
* @param bool $enable Whether or not save points should be used.
|
|
|
* @return $this
|