-
-
Notifications
You must be signed in to change notification settings - Fork 74
Open
Description
In the code there are many enum
types with uppercase names:
enum DIRECTION {
OUT, IN, BOTH
}
enum TRANSACTION_ISOLATION_LEVEL {
READ_COMMITTED, REPEATABLE_READ
}
These enums should be renamed to use lowercase.
These changes could impact our Java users, so it's probably better to ask the community what they think about these changes.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request