Named parameter resolution is now provided as part of ReactiveDataAccessStrategy. This allows us to hide implementation internals (bind markers). DatabaseClient allows configuration whether to use named parameter expansion. Detailed configuration of named parameter support is now moved to DefaultReactiveDataAccessStrategy. Original pull request: #105.