Unsafe returnColumn in 'SELECT' queries
#1
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#1
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?
This function not applicable to
UNIONbecause it has it's own return:Also there is potential errors in returns from queries with reducers.
This function returns
IntermediateColumnthat can be use for next computations inside this query, not returns. Since it's single producer ofIntermediateColumnthis API is safe.