Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensure sequential parameter collection.
ExtendedQueryPostgresqlStatement.collectBindingParameters(…) now uses concatMap to collect encoded parameter values instead of flatMap to ensure a consistent parameter ordering. [resolves #482] Signed-off-by: Mark Paluch <mpaluch@vmware.com>
- Loading branch information