Allow partial type specification in DuckDBPreparedStatement.bind #110
Open
Description
Currently DuckDBPreparedStatement.bind requires types for all columns to be specified or none at all. It would be more convenient to be able to specify types for just some columns, and infer the unspecified ones.