Database type constructors and descriptors #5
Labels
No Label
Compile-time safety
Enhancement proposal
Missed functionality
Next generation
Not a error
Typo/naming
Undefined behaviour
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: SERDHA/serdha-0-api.kt#5
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Replace
DatabaseType._VirtualType
with interface with same properties/methods exceptwraps
to split descriptor and reflection. Descriptor for newVirtualType
should be provided by methods inDatabaseType.Provider
that accepts constructor object (also new interfeace that returns newVirtualType
) and returns descriptor.