-
Notifications
You must be signed in to change notification settings - Fork 7.9k
PdoPgsql::setNoticeCallback() #14299
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
24e4b24
4899172
0e4c7b6
e14102d
a4cc92c
b96e898
7d100a4
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,6 +34,7 @@ public function pgsqlGetNotify(int $fetchMode = PDO::FETCH_DEFAULT, int $timeout | |
/** @tentative-return-type */ | ||
public function pgsqlGetPid(): int {} | ||
|
||
/** @tentative-return-type */ | ||
public function pgsqlSetNoticeCallback(?callable $callback): void {} | ||
/* Do NOT add new methods here. See https://wiki.php.net/rfc/pdo_driver_specific_subclasses | ||
outtersg marked this conversation as resolved.
Show resolved
Hide resolved
|
||
* Any new feature should be declared only on Pdo\Pgsql. | ||
*/ | ||
Comment on lines
+37
to
+39
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This might make sense to add to other drivers in a follow-up PR. |
||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Uh oh!
There was an error while loading. Please reload this page.