-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
[NFR] Implement: Phalcon\Logger\Adapter::isTransaction() #1238
Comments
What is the status of the fix? Will it be committed any time soon? Thanks! |
Merged
Pull request seems to be stuck... Is there a problem? I really need this one merged. Thanks! |
phalcon
pushed a commit
that referenced
this issue
Sep 30, 2013
This is implemented in 1.3.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We need a way of knowing whether Logger has an active transaction that can be committed/rolled back.
Currently, there is no getter for that attribute.
Implement:
Return boolean.
The text was updated successfully, but these errors were encountered: