-
Notifications
You must be signed in to change notification settings - Fork 58
Open
Labels
type: documentationA documentation updateA documentation update
Description
Feature Request
Is your feature request related to a problem? Please describe
When executing things that produce multiple result values, it is currently unclear when to expect:
- Multiple
Resultvalues from theStatement::executepublisher - Multiple
Segmentvalues from the variousResult::flatMapand other methods
Reverse engineering the drivers (I'm still on 0.9.x, maybe this has changed), I feel we have:
- Multiple
Resultvalues- When running a
Batch(multiple SQLs, no binds) - When running a
;separated statement batch in a singleStatement, e.g. in SQL Server
- When running a
- Multiple
Segmentvalues- When running a
Statementwith batched bind values
- When running a
There may be other cases, or inconsistencies. I don't have much confidence in my above judgement.
Describe the solution you'd like
I would like to see, in the Javadoc, some clarification about:
- What the intent of the two ways of producing multiple results is, at least in the SPI
- What users can expect from drivers
Metadata
Metadata
Assignees
Labels
type: documentationA documentation updateA documentation update