rxkotlin-jdbc icon indicating copy to clipboard operation
rxkotlin-jdbc copied to clipboard

Allow reuse of SelectOperation, InsertOperation, UpdateOperation

Open thomasnield opened this issue 7 years ago • 0 comments
trafficstars

Currently these three "builders" mutate a central instance. To allow reusing them with different parameters, it might be good to do a clone-and-modify operation for each parameter() and whereOptional() call.

thomasnield avatar May 14 '18 19:05 thomasnield