Skip to content

Rename enums to lowercase #2376

@robfrank

Description

@robfrank

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 request

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions