-
Notifications
You must be signed in to change notification settings - Fork 8
[RFC]: SQL Metadata Backed Enums #91
Copy link
Copy link
Open
Labels
Lang Feature RefactorRefactoring to new language featuresRefactoring to new language featuresdocumentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requestqaImprovements in quality assurance of the projectImprovements in quality assurance of the project
Metadata
Metadata
Assignees
Labels
Lang Feature RefactorRefactoring to new language featuresRefactoring to new language featuresdocumentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requestqaImprovements in quality assurance of the projectImprovements in quality assurance of the project
Type
Projects
Status
Todo
Proposed Version
0.4.0 - 1.0.0
Basic Information
During refactoring, it has been noted that some class constants should/could be turned into Enums to help in more tightly constraining and documenting the classes.
An example is PhpDb\Sql\Metadata\Object\ConstraintObject.php with the following:
This issue proposes to create a MetaData\Object<xxx>Enum for the various lists that are required.
Background
No response
Considerations
No response
Proposal(s)
No response
Appendix/Additional Info
No response