Skip to content
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

Refactoring the Transaction class. #191

Closed
wants to merge 1 commit into from
Closed

Refactoring the Transaction class. #191

wants to merge 1 commit into from

Conversation

mj4444ru
Copy link

@mj4444ru mj4444ru commented Oct 22, 2020

Q A
Is bugfix?
New feature?
Breaks BC?
Fixed issues

Related PRs:

@@ -45,34 +44,34 @@ class Transaction
*
* {@see http://en.wikipedia.org/wiki/Isolation_%28database_systems%29#Isolation_levels}
*/
public const READ_UNCOMMITTED = 'READ UNCOMMITTED';
public const LEVEL_READ_UNCOMMITTED = 'READ UNCOMMITTED';
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's used in ConnectionTest. Should be renamed there as well.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's used in sqlite and pgsql driver packages.

@samdark samdark added the status:under development Someone is working on a pull request. label Nov 6, 2020
@terabytesoftw
Copy link
Member

closed due to inactivity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status:under development Someone is working on a pull request.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants